-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.11 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
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>hexclock.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A hexadecimal colored 24-hour clock that covers the time from #000000 to #235959.">
<meta name="keywords" content="martijn rondeel, hex, colors, clock, hexadecimal, 24 hour, colorful, colored">
<link href="assets/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100&text=0123456789%23" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
</head>
<body id="colored-background">
<span id="colored-text"></span>
<div id="footer">
Built with
<span id="heart">♥</span> by
<a href="https://martijn.site" target="_blank" rel="noopener">Martijn Rondeel</a>
- Source code
<span id="github">@</span>
<a href="https://github.com/martijnrondeel/hexclock.io" target="_blank" rel="noopener">GitHub</a>
</div>
<script async type="text/javascript" src="assets/clock.js"></script>
</body>
</html>