blob: 0425653230bc5670ae3d5e85224acbc901b2ddaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!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="time"> </div>
<div id="date"> </div>
</body>
</html>
|