diff options
| author | yctct <yctct@yctct.com> | 2026-04-22 16:44:37 +0200 |
|---|---|---|
| committer | yctct <yctct@yctct.com> | 2026-04-22 16:44:37 +0200 |
| commit | badd07e40c80bcf8252e20b2df87af0f197f3ce1 (patch) | |
| tree | 84e34e4787820e3e690bb722645fdb3a3828ddb0 /share/l.upphtml | |
First commit, add files
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" +#! + + |
