poll.horse/frontend/html/index.html
Wolvan 8c3001042b Build frontend loader system
A custom server-side renderer is used to deliver pages to the client
with values defined on load. This makes templating easier.
2021-12-28 23:49:18 +01:00

12 lines
No EOL
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>