aboutsummaryrefslogtreecommitdiff
path: root/src/about/index.html
blob: abf4323339cdf8cea07b475c69b63d55aff023c9 (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
<!DOCTYPE html>
<html lang="en">
  <head>
    :!t | About:!/t
    :?src/templates/inner-head.html
  </head>
  <body>
    :?src/templates/nav.html
    :?src/templates/body-top.html
          <section id="about">
            <h2>About:!refabout:!/ref</h2>
            <article>
              <p>

              </p>
              <section id="attribution">
                <h2>Attribution:!refattribution:!/ref</h2>
                <p>
                  Icons >> <a href="https://github.com/ForkAwesome/Fork-Awesome">Fork Awesome</a>
                </p>
              </section>
            </article>
          </section>
    :?src/templates/body-bottom.html
  </body>
</html>