18 lines
506 B
HTML
18 lines
506 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="1c02dacf-6952-4560-a303-0c25f432c48d"></script>
|
|
|
|
|
|
</head>
|
|
<link rel="shortcut icon" type="image/x-icon" href="temp.png">
|
|
<body>
|
|
<div class="cs">
|
|
<h1>{{message}}</h1>
|
|
</div>
|
|
</body>
|
|
</html>
|