-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 863 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SUVITO OTAKU ANIME UPDATES</title>
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div class="first">
<video autoplay loop muted plays-inline class="back-video">
<source src="8aL0Fyk.mp4" type="video/mp4">
</video>
<nav>
<img src="PngItem_1682704.png" class="png" width="300">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">AMVS</a></li>
<li><a href="#">UPDATES</a></li>
<li><a href="#">SIGNUP</a></li>
</ul>
</nav>
<div class="second">
<h1>OTAKUS</h1>
<a href="#">JOIN IN</a>
</div>
</div>
</body>
</html>