<!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>