anonstream/anonstream/templates/nojs_info.html

20 行
279 B
HTML
Raw 通常表示 履歴

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