diff options
Diffstat (limited to 'share/l.upphtml')
| -rw-r--r-- | share/l.upphtml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/share/l.upphtml b/share/l.upphtml new file mode 100644 index 0000000..85c8d0d --- /dev/null +++ b/share/l.upphtml @@ -0,0 +1,30 @@ +<!doctype html> +<html lang=${LANG%%_*}> + +<title>Copyleft Culture</title> + +<meta charset=${LANG##*.}> +<meta name=viewport content='width=device-width, initial-scale=1'> + +<style> +#! +pp "${SHARE:?no theme directory set}"/s.uppcss +#! +</style> + +<nav> + <div class="topnav"> + <a href="/">home</a> + <a href="/blog">blog</a> + <a href="/newsletter.html">newsletter</a> + <a href="/pricing.html">pricing</a> + <a href="/contact.html">contact</a> + <a href="/about.html">site</a> +</div> +</nav> + +#! +pp "$1" +#! + + |
