git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9b21fc2
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
structure
draft.html.php
advanced
Fenris Wolf
commited
9b21fc2
at 2016-04-22 17:27:38
draft.html.php
Blame
History
Raw
<?php include("source/logic/server/settings.php"); ?> <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <?php include("source/structure/meta.html.php"); ?> <link rel="stylesheet" type="text/css" href="draft.css"/> </head> <body> <div id="mid"> <div id="title"> <header>Folksprak Draft</header> <div id="logo"> <img src="logo.svg" alt="[logo]"/> </div> </div> <!-- titlepage --> <?php include("source/structure/preface.html.php"); ?> <!-- toc --> <?php include("source/structure/grammar.html.php"); ?> <?php include("source/structure/vocabulary.html.php"); ?> </div> </body> </html>