16 lines
381 B
HTML
16 lines
381 B
HTML
{836992d7f6d636a1b2bb0dba7c973e62ddbd877c true 381 index.html 0xc001c36ee0}
<!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>Document</title>
|
|
<link rel="stylesheet" href="css.css">
|
|
</head>
|
|
<body>
|
|
<div id="clock"></div>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|
|
|