initial commit
This commit is contained in:
14
server/html/base_layout.html
Normal file
14
server/html/base_layout.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>%TITLE%</title>
|
||||
<link type="text/css" rel="stylesheet" href="/css/base_style.css">
|
||||
<head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="top-half">%HEADER%</div>
|
||||
<div class="lower-half">%SUBHEADER%</div>
|
||||
</header>
|
||||
<main>
|
||||
%CONTENT%
|
||||
</main>
|
||||
</body>
|
||||
Reference in New Issue
Block a user