diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-09-16 16:32:06 -0400 |
| commit | 4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch) | |
| tree | dc36193e611ece53c8f7e74d1dea71f8d9e7004e /examples/site/index.html | |
| download | yapssg-master.tar.gz | |
Diffstat (limited to 'examples/site/index.html')
| -rw-r--r-- | examples/site/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/examples/site/index.html b/examples/site/index.html new file mode 100644 index 0000000..39dd21f --- /dev/null +++ b/examples/site/index.html @@ -0,0 +1,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> |
