New design init.

This commit is contained in:
Marc Cataford 2015-07-16 22:22:13 -04:00
parent 4a2ef12b96
commit f02523b47b
2 changed files with 21 additions and 0 deletions

0
newdesign/css/main.css Normal file
View file

21
newdesign/index.html Normal file
View file

@ -0,0 +1,21 @@
<html>
<head>
<!-- JS -->
<!-- CSS -->
<link type='text/css' rel='stylesheet' href='css/main.css'></link>
</head>
<body>
<div id='header'>
<hr>
<hr>
</div>
<div id='footer'></div>
</body>
</html>