1
0
mirror of synced 2025-12-27 23:23:24 +00:00

design update & bug fix

This commit is contained in:
Valentin
2024-01-23 20:28:38 +01:00
parent 90ed4195ae
commit 77b2561a87
2 changed files with 0 additions and 22 deletions

View File

@@ -1,17 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>API Events</title>
</head>
<body>
<h1>API Events</h1>
<ul>
{% for event in events %}
<li>{{ event }}</li>
{% endfor %}
</ul>
</body>
</html>