aboutsummaryrefslogtreecommitdiff
path: root/examples/site/index.html
blob: 39dd21f574a8d714f4d185f61cf131f4f67ddeb0 (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
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>yapssg feature tour</title>
  </head>
  <body>
    <header>
      <h1>yapssg feature tour</h1>
      <p class="build-summary">Building…</p>
    </header>

    <main>
      <section>
        <h2>Features</h2>
        <ul class="feature-list"></ul>
      </section>

      <section>
        <h2>Files</h2>
        <p class="file-summary"></p>
        <ul class="file-list"></ul>
      </section>

      <section>
        <h2>Mixed content</h2>
        <p class="mixed-content"></p>
      </section>
    </main>

    <footer>
      <p>Generated with yapssg.</p>
    </footer>

    <lua>
      site = { name = "yapssg", version = yapssg.version }
      page.attributes["data-generated"] = "true"
    </lua>
    <lua src="build.lua"></lua>
  </body>
</html>