-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doot.html
25 lines (24 loc) · 860 Bytes
/
Doot.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta 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 id="since_spooktober" class="rainbow"></h1>
<div align="center">
<a href="index.html">
<img src="DootLazer.gif" height="60%" width="60%">
</a>
</div>
</div>
</div>
</body>
</html>