mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-22 21:07:58 +01:00
12 lines
295 B
HTML
12 lines
295 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>
|
||
|
</body>
|
||
|
</html>
|