1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-09-30 19:08:44 +02:00
PollVerlaine/views/layout.php

14 lines
252 B
PHP
Raw Normal View History

2018-08-12 14:30:38 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Poll Verlaine</title>
<link rel="stylesheet" type="text/css" href="/static/css/main.css" />
</head>
<body>
<?= $body_content ?>
<footer>
<a>I am on GitHub!</a>
</footer>
</body>
</html>