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>
|
||||
<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"> </p>
|
||||
<video id="video" controls>
|
||||
|
Loading…
Reference in New Issue
Block a user