45 lines
1.4 KiB
HTML
45 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link type="text/css" rel="stylesheet" href="assets/styles/normalize.css">
|
|
<link type="text/css" rel="stylesheet" href="assets/styles/site.css">
|
|
|
|
<link rel="manifest" href="assets/favicons/manifest.json">
|
|
<meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#006666">
|
|
|
|
<link rel="shortcut icon" href="assets/favicons/favicon.ico">
|
|
<link type="image/png" rel="icon" sizes="32x32" href="assets/favicons/favicon-32x32.png">
|
|
<link type="image/png" rel="icon" sizes="16x16" href="assets/favicons/favicon-16x16.png">
|
|
|
|
<link type="image/png" rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
|
|
<link rel="mask-icon" color="#006666" href="assets/favicons/safari-pinned-tab.svg">
|
|
|
|
<title>{{title}}</title>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div class="main-container home">
|
|
<header>
|
|
<img alt="Unit logo" src="assets/images/logo.svg">
|
|
<h1>unit</h1>
|
|
</header>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="https://wiki.unit.macaomilano.org">wiki</a></li>
|
|
<li><a href="https://git.unit.macaomilano.org">git</a></li>
|
|
<li><a href="https://wiki.unit.macaomilano.org/Calendar">calendar</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|