gemini/page.html

12 lines
160 B
HTML
Raw Normal View History

2022-06-01 08:06:01 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{title}</title>
<link rel="stylesheet" href="/style.css">
<meta charset="{charset}">
</head>
<body>
{body}
</body>
</html>