19 lines
No EOL
376 B
HTML
19 lines
No EOL
376 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>{{siteName}} - {{filename}}</title>
|
|
{{ogTags}}
|
|
|
|
<link rel="stylesheet" href="/styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="info">
|
|
<div class="logo">{{siteName}}</div>
|
|
<span>{{filename}}</span> <a download="{{filename}}" href="/f/{{joinedPath}}">Download File</a>
|
|
</div>
|
|
{{fileContent}}
|
|
</body>
|
|
|
|
</html> |