Initial commit.

This commit is contained in:
Cameron Redmore 2025-02-15 12:07:29 +00:00
commit 55dacc0481
11 changed files with 1061 additions and 0 deletions

18
view.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Viewing {{filename}}</title>
{{ogTags}}
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<h1>Viewing {{filename}}</h1>
<a download="{{filename}}" href="/f/{{joinedPath}}">Download File</a>
<hr />
{{fileContent}}
</body>
</html>