anonstream/anonstream/templates/nojs_info.html

21 行
309 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
overflow-y: scroll;
margin: 1ch 1.5ch;
font-family: sans-serif;
}
#title {
color: #ddd;
font-size: 18pt;
}
</style>
</head>
<body>
<header id="title">{{ title }}</header>
</body>
</html>