Files
text_proxy/template.html

15 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{title} - TextProxy</title>
<link href="/site.css" rel="stylesheet">
</head>
<body>
<h1>{title}</h1>
<div class="main">
<div class="text">{extra}{body}</div>
</div>
</body>
</html>