annotate site/.aya/layout.html @ 1:998d5e743163

Don't think I'm gonna be able to use SVN for this one
author yakumo_izuru
date Fri, 30 May 2025 19:41:23 -0300
parents edf035b5437a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
1 <!DOCTYPE html>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
2 <html>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
3 <head>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
4 <link rel="icon" href="/favicon.ico">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
5 <link rel="stylesheet" href="/css/windowmaker.css">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
7 <meta name="author" content="Izuru Yakumo (八雲イズル)">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
8 <meta name="description" content="{{ description }}">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
9 <meta name="viewport" content="width=device-width, initial-scale=1">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
10 <title>{{ title }}</title>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
11 </head>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
12 <body>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
13 <div id="wrapper">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
14 <article>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
15 {{ content }}
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
16 </article>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
17 <div id="titlebar">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
18 <div id="minimize"></div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
19 <div id="titlebar-inner">{{ title }}</div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
20 <a href="/"><div id="close"></div></a>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
21 </div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
22 <div id="resizebar">
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
23 <div id="resizebar"></div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
24 <div id="resizebar-inner"></div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
25 </div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
26 <div id="resizer"></div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
27 </div>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
28 </body>
edf035b5437a It starts with
yakumo_izuru
parents:
diff changeset
29 </html>