git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b3c1b9b
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
draft.html.php
added some drafts and an example text
Christian Fraß
commited
b3c1b9b
at 2016-06-05 19:05:53
draft.html.php
Blame
History
Raw
<!DOCTYPE HTML> <?php include_once("source/logic/server/settings.php"); ?> <?php include_once("source/logic/server/misc.php"); ?> <html> <head> <title>Folksprak -- Draft</title> <?php include("source/content/meta.html.php"); ?> <link rel="shortcut icon" type="image/png" href="favicon.png"/> <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 compose ( [ "introduction", "basics", "vocabulary", "grammar", "examples", ] ); ?> </div> </body> </html>