46 lines
1.1 KiB
HTML
46 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<title>$title$</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/default.css" />
|
|
|
|
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/static/icon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/icon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/icon/favicon-16x16.png"> -->
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="offtopia.org">
|
|
<meta name="title" content="offtopia.org">
|
|
|
|
<noscript>
|
|
<style> .script { display: none } </style>
|
|
</noscript>
|
|
|
|
$if(fastbuild)$
|
|
<style>
|
|
.math {
|
|
color: red;
|
|
}
|
|
</style>
|
|
$endif$
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div id="header">
|
|
<div id="logo">
|
|
<a href="/">offtopia.org</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="content">
|
|
<h1></h1>
|
|
$body$
|
|
</div>
|
|
</body>
|
|
</html>
|