This commit is contained in:
Alexander Popov 2022-02-23 20:21:32 +03:00
parent 2c860e6211
commit f2094640fe
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
2 changed files with 16 additions and 1 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
## Плеер для сериала
Благодарности
-------------
Спасибо маме, за то, что напрягла меня 🙂

View File

@ -2,13 +2,17 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Клятва - 2 сезон</title>
<style>
@import url('/font/samsung-one-font.css');
body {
background-color: #fff;
background-image: url('bg.png');
background-repeat: repeat-x repeat-y;
font-family: sans-serif;
font-family: 'SamsungOne', sans-serif;
margin: 0;
padding: 0;
}
@ -53,6 +57,10 @@
text-align: center;
font-weight: bold;
}
hr {
border: 1px solid #444;
}
</style>
</head>
<body>
@ -66,6 +74,8 @@
<ul id="episodeList"></ul>
</nav>
<hr>
<div class="video">
<p id="episodeName">&nbsp;</p>
<video id="video" controls>