Initial commit.
This commit is contained in:
commit
55dacc0481
11 changed files with 1061 additions and 0 deletions
18
view.html
Normal file
18
view.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue