diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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> |