This repository has been archived on 2023-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
media-host/views/pages/blocked-ip.ejs

23 lines
821 B
Text

<!DOCTYPE html>
<html>
<head>
<title>blocked - <%- config["meta"]["name"] %></title>
<meta property="og:site_name" content="<%= config.meta.name %>">
<meta name="title" content="Report a File">
<meta property="og:title" content="Report a File">
<meta property="twitter:title" content="Report a File">
<meta property="og:type" content="website">
<%- include("../partial/html-head")%>
</head>
<body>
<%- include("../partial/header") %>
<div class="modal">
<h2 class="nm">Blocked</h2>
<p class="nm">Your IP (<code><%= ip %></code>) is blocked from this page because <%= reason %></p>
<p class="nm">You can challenge this block by contacting <code><%= config["expect-reply-from"] %></code></p>
</div>
<%- include("../partial/footer") %>
</body>
</html>