sop.epic/views/auth/ban.html
2023-07-01 23:30:36 -06:00

38 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BANNED LOL!</title>
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="content-script-type" content="text/javascript">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-title" content="Indigo">
<meta name="description" content="go use truth social or some shit">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="{{.Title}}">
<meta property="og:type" content="article">
<meta property="og:image" content="/assets/img/favicon.png">
<meta property="og:description" content="go use truth social or some shit">
<meta property="og:site_name" content="sop.epic">
<meta property="article:published_time" content="None">
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png">
<link rel="stylesheet" type="text/css" href="/assets/css/offdevice.css">
<link id="darkness" {{if .CurrentUser.LightMode}}disabled{{end}} rel="stylesheet" type="text/css" href="/assets/css/dark.css">
</head>
<body class="simple-wrapper simple-wrapper-content">
<div id="wrapper" style="margin-top:0">
<div id="main-body">
<div class="warning-content warning-content-restricted track-error" data-track-error="restricted">
<div>
<p>BANNED LOL!!!!!!!!!!!!!</p>
<p>Ban expiration date: <strong>{{.Length}}</strong>{{ if .LengthForever }} okay so basically forever{{ end }}</p>
</div>
</div>
<img src="/assets/img/restricted.png" width="800" height="600">
</div>
</div>
</body>