18080c63cada1df8fd6e8eda7bb06c367e016975
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

1) <!DOCTYPE HTML>
fenris advanced

fenris authored 8 years ago

2) <?php include_once("source/logic/server/settings.php"); ?>
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

3) <html>
4) 	<head>
fenris foo

fenris authored 8 years ago

5) 		<title>Folksprak -- Draft</title>
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

6) 		<?php include("source/structure/meta.html.php"); ?>
fenris foo

fenris authored 8 years ago

7) 		<link rel="shortcut icon" type="image/png" href="favicon.png"/>
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

8) 		<link rel="stylesheet" type="text/css" href="draft.css"/>
fenris advanced

fenris authored 8 years ago

9) 		<script type="text/javascript" src="draft.js"></script>
Fenris Wolf advanced

Fenris Wolf authored 8 years ago

10) 	</head>
11) 	<body>
12) 		<div id="mid">
13) 			<div id="title">
14) 				<header>Folksprak Draft</header>
15) 				<div id="logo">
16) 					<img src="logo.svg" alt="[logo]"/>
17) 				</div>
18) 			</div>
19) 			<!--
20) 			titlepage
21) 			  -->
fenris advanced

fenris authored 8 years ago

22) 			<?php include("source/structure/introduction.html.php"); ?>