blob: 31aad01f3fd76686a357b711cb10d632f4d23881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!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
<article>
<section id="welcome">
<br>
<div class="card">
<div>
<span class="card-head">
Welcome to the Infernal Garden!:!refwelcome:!/ref
</span>
<hr>
<div class="card-body">
<p>
Infernal Garden is :!ital<a href="/people#curly">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>
</div>
</div>
</div>
</section>
</article>
:?src/templates/body-bottom.html
</body>
</html>
|