-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 845 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>D🌹M Countdown Berlin Concert</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<a href="https://www.fontspace.com/category/scoreboard"
><img class="responsive-title"
src="https://see.fontimg.com/api/renderfont4/99V5/eyJyIjoiZnMiLCJoIjo2NSwidyI6MTAwMCwiZnMiOjY1LCJmZ2MiOiIjMDAwMDAwIiwiYmdjIjoiI0ZGRkZGRiJ9/RGVwZWNoZSBNb2RlIEJlcmxpbiBDb25jZXJ0IENvdW50ZG93bg/erbos-draco-1st-nbp-regular.png"
/></a>
<div id="countdown" class="responsive-countdown">countdown</div>
<img src="./images/rose.jpeg" class="responsive" />
<script src="script.js"></script>
</body>
</html>