71 lines
2.4 KiB
HTML
71 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Copyright (c) 2024 DeviousTengu
|
|
This file is distributed under the MIT License.
|
|
See LICENSE.txt or https://opensource.org/license/mit
|
|
-->
|
|
<html lang="en"><head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="robots" content="noindex">
|
|
<title> {{ title }} - Tengu.Space </title>
|
|
<link rel="icon" type="image/x-icon" href="./favicon.ico">
|
|
<link rel="stylesheet" type="text/css" href="./css/stylesheet.css">
|
|
<!--[if IE]>
|
|
<link rel="stylesheet" type="text/css" href="./css/ie.css">
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body><div id="mountain"></div><div id="everything">
|
|
|
|
<div id="header">
|
|
<img id="logo" src="./img/logo.gif" alt="Tengu.Space">
|
|
<div id="nav"> <noscript> <p id="noscript-message"> No script? No problem! :) </p> </noscript> <a href="./index.html">Home</a> | <a href="./about.html">About</a> | <a href="./services.html">Services</a> | <a href="./contact.html">Contact</a> </div>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<div id="stage">
|
|
<img src="./img/stages/{{ stage }}.gif" alt="{{ title }}">
|
|
<p> {{ subtitle }} </p>
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
<table id="content">
|
|
<tbody>
|
|
<tr>
|
|
<td id="top-left"></td>
|
|
<td id="top-center"></td>
|
|
<td id="top-right"></td>
|
|
</tr>
|
|
<tr>
|
|
<td id="mid-left"></td>
|
|
<td id="mid-center">
|
|
{{ content }}
|
|
</td>
|
|
<td id="mid-right"></td>
|
|
</tr>
|
|
<tr>
|
|
<td id="bottom-left"></td>
|
|
<td id="bottom-center"></td>
|
|
<td id="bottom-right"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<hr>
|
|
|
|
<div id="footer">
|
|
<p>
|
|
<a href="https://fediring.net/previous?host=tengu.space"><</a>
|
|
<a href="https://fediring.net/">Fediring</a>
|
|
<a href="https://fediring.net/next?host=tengu.space">></a> <br>
|
|
<a href="gopher://tengu.space/">Gopher Version</a>
|
|
</p><br><br>
|
|
<p> Copyright © 2024 DeviousTengu. View the source code <a href="https://git.tengu.space/devioustengu/tengu-space">here</a>. <br>
|
|
This site was made using <a href="https://aya.chaotic.ninja/">Aya</a>, the fastest static site generator. </p>
|
|
</div>
|
|
|
|
|
|
</div><div id="mountain-ie"></div></body></html>
|