summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJames Mills <james@mills.io>2024-12-24 15:53:21 +1000
committerJames Mills <james@mills.io>2024-12-24 15:53:29 +1000
commit2b2b477b1c8887076defe6cce7d914db224dcede (patch)
tree2cebb8ac6e561ae70787a64691d0d91dc93f28d9 /templates/base.html
parent0f4ee60246f918a8a704a7e8a726a948b93f2999 (diff)
Add alert styles and default alert banner to warn of illegal content and abuseHEADmaster
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 65fa38d..980e993 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,6 +28,10 @@
<title>Tube</title>
</head>
<body>
+ <alert class="warn">
+ This is a public instance. Abuse will not be tolerated. Uploading illegal content
+ will be deleted and repeated abuse will result in your access permanently terminated.
+ </alert>
<nav>
<a href="/">Tube</a>
<a class="centered" style="text-indent: 0;" href="/upload">Upload</a>