diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..9662487 --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> + <title>Maintenance</title> + <link rel="stylesheet" href="css/sb-netdesign.css" /> + </head> + + <body id="all"> + <div id="universe"> + <div id="bg"> + <div id="mg"> + <div id="fg"> + </div> + </div> + </div> + </div> + <div id="wrapper"> + <article id="viewport"> + <section id="pyr"> + <div></div> + <div></div> + <div></div> + <div></div> + </section> + </article> + </div> + </body> +</html> |