tengu-space/site/.aya/layout.html

71 lines
2.4 KiB
HTML
Raw Normal View History

2024-06-17 04:01:10 +02:00
<!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">
2024-06-24 05:47:31 +02:00
<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>
2024-06-17 04:01:10 +02:00
</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">&lt;</a>
<a href="https://fediring.net/">Fediring</a>
<a href="https://fediring.net/next?host=tengu.space">&gt;</a> <br>
<a href="gopher://tengu.space/">Gopher Version</a>
</p><br><br>
<p> Copyright &copy; 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>