Visual improvements.
This commit is contained in:
parent
007f775f8b
commit
d0e6ad2c8e
3 changed files with 60 additions and 17 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue