git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
18080c6
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
structure
draft.html.php
foo
fenris
commited
18080c6
at 2016-04-24 18:00:07
draft.html.php
Blame
History
Raw
<!DOCTYPE HTML> <?php include_once("source/logic/server/settings.php"); ?> <html> <head> <title>Folksprak -- Draft</title> <?php include("source/structure/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 include("source/structure/introduction.html.php"); ?> <?php include("source/structure/grammar.html.php"); ?> <?php include("source/structure/vocabulary.html.php"); ?> </div> </body> </html>