Visual improvements.

This commit is contained in:
Cameron Redmore 2025-02-15 13:47:42 +00:00
parent 007f775f8b
commit d0e6ad2c8e
3 changed files with 60 additions and 17 deletions

View file

@ -2,16 +2,17 @@
<html>
<head>
<title>Viewing {{filename}}</title>
<title>{{siteName}} - {{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 />
<div class="info">
<div class="logo">{{siteName}}</div>
<span>{{filename}}</span> <a download="{{filename}}" href="/f/{{joinedPath}}">Download File</a>
</div>
{{fileContent}}
</body>