diff options
| author | James Mills <james@mills.io> | 2024-12-24 15:53:21 +1000 |
|---|---|---|
| committer | James Mills <james@mills.io> | 2024-12-24 15:53:29 +1000 |
| commit | 2b2b477b1c8887076defe6cce7d914db224dcede (patch) | |
| tree | 2cebb8ac6e561ae70787a64691d0d91dc93f28d9 /templates | |
| parent | 0f4ee60246f918a8a704a7e8a726a948b93f2999 (diff) | |
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 4 |
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>
|
