diff --git a/src/html/one-card.html b/src/html/one-card.html
new file mode 100644
index 0000000000000000000000000000000000000000..e20fcb99777ee8be5e4b99d41eee5d3cff9f6481
--- /dev/null
+++ b/src/html/one-card.html
@@ -0,0 +1,28 @@
+<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>
+</div>
diff --git a/src/index.html b/src/index.html
index 194fd44f8dfd8f45d769f777571382bf50dbbb1c..087b53438dbc34ec087627de1b51fa481781fad1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -20,6 +20,7 @@
   <body>
     <!-- Так добавляются фрагменты в главные HTML-файлы страниц. -->
     <!-- <include src="./partials/example.html"></include> -->
+    <include src="./html/one-card.html"></include>
 
     <!-- Скрипт идёт последним в разметке. В нём уже подключен главный SASS-файл. -->
     <script src="./index.js"></script>