diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:32:23 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 16:32:23 -0800 |
commit | b8f0e9a7c05479788385d7cb62c742b98add1e24 (patch) | |
tree | 46d81c5aa3a4e28c193d818734d23ac8c322841f /website/about/source | |
parent | cb07b3d317566c801ac1f6c05c4e3c16c6226083 (diff) |
add index page for source
Diffstat (limited to 'website/about/source')
-rw-r--r-- | website/about/source/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/website/about/source/index.html b/website/about/source/index.html new file mode 100644 index 0000000..30efb07 --- /dev/null +++ b/website/about/source/index.html @@ -0,0 +1,16 @@ +$$START TITLE +Source +$$END TITLE + +$$START CONTENT +<h1>Source</h1> +<p> + See the source code for the documents here: +</p> + +<h2>Articles</h2> +<ul> + <li><a href="./minimum_wage.ms">Minimum Wage</a> -- source documents for the minimum wage article.</li> +</ul> + +$$END CONTENT |