Files
fnx_web/res/template/451.html
2022-06-07 14:43:01 +02:00

23 lines
468 B
HTML

{{define "451"}}<!DOCTYPE html>
<html lang="en">
<head>
{{template "meta_tags" "451, Unavailable For Legal Reasons"}}
</head>
<body>
{{template "page_top" .}}
<header>
<h1>451, Unavailable For Legal Reasons</h1>
</header>
<section>
<p>
Hello. This file has received an abuse report and has been taken
down. It cannot be shared anymore.
</p>
</section>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>
{{end}}