blob: d504dc39cd16feb9b3d6a93082ff8335f65efe9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>New Tab</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="fonts/lato.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" type="image/png" href="icon/clock16.png" />
<script src="tempo.js"></script>
</head>
<body>
<div id="container">
<div id="time">
<p id="timeval"> </p>
</div>
<div id="date">
<p id="dateval"> </p>
</div>
</div>
</body>
</html>
|