uniworx.de/templates/site-layout.html

22 lines
443 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
$for(css)$
<link rel="stylesheet" href="$url$">
$endfor$
<title>UniWorX Systems</title>
</head>
<body>
<main>
$body$
</main>
$for(js)$
<script src="$url$"></script>
$endfor$
</body>
</html>