17 lines
439 B
HTML
17 lines
439 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<title> {{headermessage}} 👀</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
|
|
|
<script async src="https://analytics.paulmartin.cloud/script.js" data-website-id="459fa66e-e255-4393-8e89-ead8b1572d0d"></script>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div class="cs">
|
|
<h1>{{message}}</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|