-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "HTML 4.01 Transitional">
<html lang="en" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="DootBody.css">
<script src="dateheader.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<title>Spooky Time</title>
</head>
<body>
<div class="container">
<div class="row">
<h1 class="rainbow" id=since_spooktober></h1>
<div align="center">
<a href="Doot.html">
<video id="DOOT" autoplay="true" loop="true" height="100%" width="100%" controls="false" autobuffer playsinline muted>
<source src="DootDoot.mp4" type="video/mp4" controls>
</video>
</a>
</div>
</div>
</div>
</body>
</html>