19 lines
No EOL
575 B
Text
19 lines
No EOL
575 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include "base_head.njk" %}
|
|
</head>
|
|
<body>
|
|
<div class="main-page-wrapper">
|
|
<div class="header-wrapper">
|
|
<img class="header-banner" src="/img/banner-alt.png" alt="yukinets">
|
|
</div>
|
|
{% include "topmost_navbar.njk" %}
|
|
<marquee class="motd" behavior="scroll" direction="left">
|
|
<img src="/img/Witch-on-broom.gif" alt="">
|
|
</marquee>
|
|
|
|
{{ content | safe }}
|
|
</div>
|
|
</body>
|
|
</html> |