aboutsummaryrefslogtreecommitdiff
path: root/src/people/index.html
blob: a30c722aeb301affae23ac87bf624bb849dfb8f4 (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
32
<!DOCTYPE html>
<html lang="en">
  <head>
    :!t | People:!/t
    :?src/templates/inner-head.html
  </head>
  <body>
    :?src/templates/nav.html
    :?src/templates/body-top.html
    <article>
      <section id="people">
        <br>
        <div class="card">
            <div>
                <span class="card-head">
                    People:!refpeople:!/ref
                </span>
                <hr>
                <div class="card-body">
                    <p>
                      The people associated with Infernal Garden.
                    </p>
                </div>
            </div>
        </div>
        <br>
        :?src/people/cards/glass/glass.html
      </section>
    </article>
    :?src/templates/body-bottom.html
  </body>
</html>