mirror of
https://github.com/ConjureETS/event-clock.git
synced 2026-03-23 19:40:57 +00:00
16 lines
389 B
HTML
16 lines
389 B
HTML
<!doctype <!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Conjure Event Clock</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<canvas></canvas>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|