24 lines
606 B
Plaintext
24 lines
606 B
Plaintext
<!doctype html>
|
|
<html class="no-js" lang="DE">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>E-Mensa Routing Script</title>
|
|
<meta name="description" content="unused">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/default.min.css">
|
|
<?php echo $this->yieldContent("cssextra"); ?>
|
|
<meta name="theme-color" content="#dadada">
|
|
<!-- good developers check the markup ;) -->
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="row">
|
|
<?php echo $this->yieldContent("content"); ?>
|
|
</div>
|
|
</div>
|
|
|
|
<?php echo $this->yieldContent("jsextra"); ?>
|
|
</body>
|
|
|
|
</html>
|