aboutsummaryrefslogtreecommitdiff
path: root/src/contact/index.html
blob: c310b3280bf2c2de2346b48f19e47ed0f2e84d57 (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 | Contact:!/t
    :?src/templates/inner-head.html
  </head>
  <body>
    :?src/templates/nav.html
    :?src/templates/body-top.html
    <article>
          <section id="about">
                <br>
                <div class="card">
                    <div>
                        <span class="card-head">
                            Contact:!refcontact:!/ref
                        </span>
                        <hr>
                        <div class="card-body">
                            <p>
                                Admin: <a href="mailto:admin@infernal.garden">admin@infernal.garden</a><br>
                                If email doesn't work, try <a href="/people/#curly">curly</a>.
                            </p>
                        </div>
                    </div>
                </div>
            </section>
        </article>
    :?src/templates/body-bottom.html
  </body>
</html>