-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
27 lines (25 loc) · 709 Bytes
/
Copy pathindex.php
File metadata and controls
27 lines (25 loc) · 709 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
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<script src="scripts/slideshow.js"></script>
<script src="scripts/countdown.js"></script>
<title>Doggie countdown</title>
</head>
<body>
<div id ="bg" class="bg"></div>
<div id="timer">
<h1> Doggie Timer:</h1>
<h1 id="Placeholder"></h1>
</div>
</body>
<div class="preload">
<img src="./images/1.webp" alt="">
<img src="./images/2.webp" alt="">
<img src="./images/3.webp" alt="">
<img src="./images/4.webp" alt="">
<img src="./images/5.webp" alt="">
<img src="./images/6.webp" alt="">
<img src="./images/7.webp" alt="">
<img src="./images/8.webp" alt="">
</div>
</html>