anonstream/anonstream/templates/nojs_info.html

22 行
338 B
HTML

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