DKL9 GitList
Repositories
DKL9 home
site_root
Code
Commits
Branches
Tags
Search
Tree:
993e20c
Branches
Tags
master
site_root
scripts
template.html
Initial commit: track much site content
dkl9
commited
993e20c
at 2025-352 15:27:28
template.html
Blame
History
Raw
<!doctype html> <html> <head> <meta charset="utf-8"> <title>$script_name.$suffix documentation</title> <link rel="stylesheet" href="/style.css"> <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <h1>$script_name</h1> <p>Purpose: $purpose.<br> Usage: <code>$usage</code></p> <p>$description</p> <p><a href="$script_name.$suffix" download="$script_name">Download $script_name</a></p> <p>Changelog: $changelog</p> <p>Source code (perhaps slightly corrupted) is as follows.</p> <pre><code>$source</code></pre> <p><a href="index.html">All scripts</a> | <a href="/">dkl9 home</a></p> </body> </html>