22 lines
218 B
HTML
22 lines
218 B
HTML
<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>
|