-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 1005 Bytes
/
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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="application-name" content="Emoji O'Clock">
<meta name="author" content="WebSnke">
<meta name="description" content="Emoji O'Clock shows you the time with emojis!">
<meta name="keywords" content="emoji, javascript">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon"
href="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/640px-Octicons-mark-github.svg.png">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="">
<link rel="stylesheet" href="./styles/style.css">
<title>Emoji O'Clock</title>
</head>
<body>
<a id="clock" href="https://github.com/WebSnke/Emoji-O-Clock"></a>
</body>
<script src="./scripts/index.js"></script>
</html>