mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 21:07:58 +01:00
e83766309a
Polls and their results can now be accessed as long as they are found on the backend.
13 lines
No EOL
325 B
HTML
13 lines
No EOL
325 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{{ TITLE }}</title>
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to poll.horse!</h1>
|
|
<h2>{{ POLL_TITLE }}</h2>
|
|
</body>
|
|
</html> |