summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/index.html b/index.html
index 19b1e62..b816e62 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,16 @@
-test.
+<!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="style.css" />
+ <title>New Tab</title>
+ </head>
+ <body>
+ <div id="time">
+ <p>124527</p>
+ </div>
+ <div id="date">
+ <p>23 February 2014</p>
+ </div>
+ </body>
+</html>