35 lines
1.4 KiB
Twig
35 lines
1.4 KiB
Twig
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>{{ title }} - Minverse</title>
|
|
<!-- link to icons and configs -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/s/img/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/s/img/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/s/img/favicon-16x16.png">
|
|
<link rel="manifest" href="/s/img/site.webmanifest">
|
|
<link rel="mask-icon" href="/s/img/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="shortcut icon" href="/s/img/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#000000">
|
|
<meta name="msapplication-config" content="/s/img/browserconfig.xml">
|
|
<meta name="theme-color" content="#000000">
|
|
<!-- link to stylesheets -->
|
|
<link rel="stylesheet" type="text/css" href="/s/stylesheets/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="site-header">
|
|
<div id="header-container">
|
|
<div id="header-logo"></div>
|
|
<div id="header-login">
|
|
<span class="signupsymbol symbol">c</span>
|
|
<span class="signuptext">Sign in</span>
|
|
</div>
|
|
</div>
|
|
<div id="content-container">
|
|
{% block body %}{% endblock %}
|
|
<div id="footer">
|
|
<p id="footer-links"><a href="/help/contact">Contact Us</a> <a href="/help/guide">Rules</a> <a href="https://gitdab.com/minverse/minverse">Gitdab</a></p>
|
|
<p id="footer-text">Minverse is non-profit and is not associated with Miiverse, Nintendo, or Hatena.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|