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