summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:50:30 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-23 13:50:30 -0800
commit9b8ae10b8603815362f7bc483dc3ee78f488cf84 (patch)
tree8ccb3d323c486d658460cafbac58cebc1ba3a28a /index.html
parentf99bf96235ba697862689ba82de94cf3617d0fb8 (diff)
downloadtempo-9b8ae10b8603815362f7bc483dc3ee78f488cf84.tar.gz
tempo-9b8ae10b8603815362f7bc483dc3ee78f488cf84.tar.xz
Create simple HTML/CSS page with test data.
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>