add font
This commit is contained in:
parent
2c860e6211
commit
f2094640fe
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
## Плеер для сериала
|
||||||
|
|
||||||
|
Благодарности
|
||||||
|
-------------
|
||||||
|
Спасибо маме, за то, что напрягла меня 🙂
|
12
index.html
12
index.html
@ -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"> </p>
|
<p id="episodeName"> </p>
|
||||||
<video id="video" controls>
|
<video id="video" controls>
|
||||||
|
Loading…
Reference in New Issue
Block a user