blob: 0b6e96baa1717bcadea80386519175e44022aafd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="en">
<head>
:!t | Home:!/t
:?src/templates/inner-head.html
</head>
<body>
:?src/templates/nav.html
:?src/templates/body-top.html
<section id="welcome">
<h2>Welcome to the Infernal Garden!:!refwelcome:!/ref</h2>
<article>
<p>
Infernal Garden is :!ital<a href="/people#glass">my</a>:!/ital silly little website. I think I'd like to make some sort of team or organization out of it one day, but for now it's just gonna be my really cool name/domain I plaster on everything.<br><br>
You can find out more on the <a href="/about">about page</a>.
</p>
</article>
</section>
:?src/templates/body-bottom.html
</body>
</html>
|