2018-06-25 23:05:18 +02:00
|
|
|
{{define "file_not_found"}}<!DOCTYPE html>
|
2017-11-10 12:39:55 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2018-06-25 23:05:18 +02:00
|
|
|
{{template "meta_tags" "File Not Found"}}
|
2019-02-18 13:37:41 +01:00
|
|
|
{{template "user_style" .}}
|
2017-11-10 12:39:55 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-06-25 23:05:18 +02:00
|
|
|
<div id="body">
|
|
|
|
{{template "menu"}}
|
|
|
|
<h1>File not Found</h1>
|
|
|
|
I'm sorry, but this file does not exist!<br/>
|
|
|
|
It may have expired, or taken down by the owner.<br/>
|
|
|
|
You can <a href='/'>Visit the homepage to upload your own files</a>.
|
|
|
|
<br/><br/>
|
|
|
|
It was fun having you, bye for now!
|
|
|
|
<br/>
|
|
|
|
{{template "footer"}}
|
|
|
|
</div>
|
2017-11-10 12:39:55 +01:00
|
|
|
{{template "analytics"}}
|
|
|
|
</body>
|
|
|
|
</html>
|
2018-06-25 23:05:18 +02:00
|
|
|
{{end}}
|