-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (32 loc) · 928 Bytes
/
index.html
File metadata and controls
46 lines (32 loc) · 928 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="main">
<div class="head">
<img src="https://bower.io/img/bower-logo.png">
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">Profile</a></li>
<li role="presentation"><a href="#">Messages</a></li>
</ul>
</div>
<div class="left"><p><u>Are You Ready!</u></p>
<h4>Please Sign up NOW!</h4>
</div>
<div class="footer">
<div class="f1"><img src="files/YouTube-logo-full_color.png"></div>
<div class="f2">
<video autoplay="true" width="200px" height="200px" loop="true" preload="true" controls="true" >
<source src="files/bg.mp4" type="video/mp4">
<source src="video.webm" type="video/webm">
</video>
</div>
</div>
</div>
</body>
</html>