aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: 32049c03ad50a404284a749d5b856a448fe470f5 (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
<!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#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>
                </div>
            </div>
        </div>
    :?src/templates/body-bottom.html
  </body>
</html>