From 1bf70669b9609a00fec616e7e0714cdfb10d49a7 Mon Sep 17 00:00:00 2001
From: tolyakryv <jp.komod.su@gmail.com>
Date: Tue, 3 May 2022 23:38:37 +0300
Subject: [PATCH] card01

---
 src/html/one-card.html | 27 +++------------------------
 1 file changed, 3 insertions(+), 24 deletions(-)

diff --git a/src/html/one-card.html b/src/html/one-card.html
index e20fcb9..d477248 100644
--- a/src/html/one-card.html
+++ b/src/html/one-card.html
@@ -1,28 +1,7 @@
 <div class="container conteiner_card">
   <img src="#" alt="poster" />
   <h2>name</h2>
-  <div>
-    <p>Vote / Votes</p>
-    <p>Popularity</p>
-    <p>Original Title</p>
-    <p>Genre</p>
-  </div>
-  <div>
-    <p>8/115</p>
-    <p>100.2</p>
-    <p>Western</p>
-  </div>
-  <h3>About</h3>
-  <p>
-    Four of the West’s most infamous outlaws assemble to steal a huge stash of gold from the most
-    corrupt settlement of the gold rush towns. But not all goes to plan one is killed and the other
-    three escapes with bags of gold hide out in the abandoned gold mine where they happen across
-    another gang of three – who themselves were planning to hit the very same bank! As tensions
-    rise, things go from bad to worse as they realise the bags of gold are filled with lead...
-    they’ve been double crossed – but by who and how?
-  </p>
-  <div>
-    <button>add to Watched</button>
-    <button>add to queue</button>
-  </div>
+  <p>Genre</p>
+  <p>years</p>
+  <p>rating</p>
 </div>
-- 
GitLab