git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
a8c049f
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
html.php
folksprak.html.php
moved to html
fenris
commited
a8c049f
at 2016-04-22 15:22:02
folksprak.html.php
Blame
History
Raw
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <?php include("source/html.php/meta.html.php"); ?> <link rel="stylesheet" type="text/css" href="folksprak.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/html.php/preface.html.php"); ?> <!-- toc --> <?php include("source/html.php/grammar.html.php"); ?> </div> </body> </html>