Files
fnx_web/res/template/admin_abuse_reports.html
2021-05-11 16:14:16 +02:00

20 lines
550 B
HTML

{{define "admin_abuse_reports"}}<!DOCTYPE html>
<html lang="en">
<head>
{{template "meta_tags" "Abuse reports"}}
{{template "user_style" .}}
<script>window.api_endpoint = '{{.APIEndpoint}}';</script>
<link rel='stylesheet' href='/res/svelte/admin_abuse_reports.css'>
<script defer src='/res/svelte/admin_abuse_reports.js'></script>
</head>
<body>
{{template "page_top" .}}
<h1>Abuse reports</h1>
<div id="page_content" class="page_content"></div>
{{template "page_bottom" .}}
{{template "analytics"}}
</body>
</html>
{{end}}