git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8794e31
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
draft.html.php
added transition-data and table
Christian Fraß
commited
8794e31
at 2016-11-27 17:30:26
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 /* echo ( function_chain ( [ function ($x) {return $x+1;}, function ($x) {return $x*2;}, function ($x) {return $x/3;}, ] ) (5) ); */ compose ( [ "introduction", "basics", "vocabulary", "grammar", "examples", ] ); /* */ ?> </div> </body> </html>