2020-07-16 17:24:03 +02:00
|
|
|
{{define "451"}}<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{{template "meta_tags" "451, Unavailable For Legal Reasons"}}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
{{template "page_top" .}}
|
2022-01-11 13:28:22 +01:00
|
|
|
<header>
|
2022-01-03 14:02:50 +01:00
|
|
|
<h1>451, Unavailable For Legal Reasons</h1>
|
2022-01-11 13:28:22 +01:00
|
|
|
</header>
|
|
|
|
<section>
|
2020-07-16 17:24:03 +02:00
|
|
|
<p>
|
|
|
|
Hello. This file has received an abuse report and has been taken
|
|
|
|
down. It cannot be shared anymore.
|
|
|
|
</p>
|
2022-01-11 13:28:22 +01:00
|
|
|
</section>
|
2020-07-16 17:24:03 +02:00
|
|
|
{{template "page_bottom" .}}
|
|
|
|
{{template "analytics"}}
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{end}}
|