git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
d42abfa
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
structure
draft.html.php
advanced
fenris
commited
d42abfa
at 2016-04-23 01:33:44
draft.html.php
Blame
History
Raw
<!DOCTYPE HTML> <?php include_once("source/logic/server/settings.php"); ?> <html> <head> <meta charset="utf-8"/> <?php include("source/structure/meta.html.php"); ?> <link rel="stylesheet" type="text/css" href="draft.css"/> <script type="text/javascript" src="draft.js"></script> </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/introduction.html.php"); ?> <!-- toc --> <?php include("source/structure/grammar.html.php"); ?> <?php include("source/structure/vocabulary.html.php"); ?> </div> </body> </html>