mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-01 02:24:31 +01:00
14 lines
252 B
PHP
14 lines
252 B
PHP
<!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>
|