summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 06:29:58 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 06:39:00 -0700
commitee0e4763c44ac38c05c92900f6c1b9d3e2d26069 (patch)
tree3fac06323ece0b19e903442ff027c9bd12d9ad88 /index.html
parenta9358b6ffad0ac98a4e60f43beda24a22bc0224d (diff)
downloadtempo-ee0e4763c44ac38c05c92900f6c1b9d3e2d26069.tar.gz
tempo-ee0e4763c44ac38c05c92900f6c1b9d3e2d26069.tar.xz
add favicon; minor cleanup
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 50ddd97..0000000
--- a/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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" />
- <title>New Tab</title>
- <script type="text/javascript" src="tempo.js"></script>
- </head>
- <body>
- <div id="container">
- <div id="time">
- <p id="timeval">&nbsp;</p>
- </div>
- <div id="date">
- <p id="dateval">&nbsp;</p>
- </div>
- </div>
- </body>
-</html>