New design init.
This commit is contained in:
parent
4a2ef12b96
commit
f02523b47b
2 changed files with 21 additions and 0 deletions
0
newdesign/css/main.css
Normal file
0
newdesign/css/main.css
Normal file
21
newdesign/index.html
Normal file
21
newdesign/index.html
Normal 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>
|
Loading…
Reference in a new issue