Release 1.0.0

This commit is contained in:
2026-02-25 10:24:12 +01:00
parent 44fb66adfc
commit c033456bf8
35 changed files with 4891 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ filename }}</title>
<style>
pre {
white-space: pre-wrap;
word-wrap: break-word;
background: #f4f4f4;
padding: 1em;
border: 1px solid #ccc;
}
</style>
</head>
<body>
<h1>{{ filename }}</h1>
<pre>{{ content }}</pre>
<p><a href="/">← Back</a></p>
</body>
</html>