2024-09-28 19:41:34 +01:00
|
|
|
<!DOCTYPE html>
|
2024-10-23 19:13:35 +01:00
|
|
|
<html lang="en" style="display: none">
|
2024-09-28 19:41:34 +01:00
|
|
|
<head>
|
|
|
|
<title>Tester - {{ .identifier }}</title>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
<link rel="icon" href="/static/svg/favicon.svg">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="inOutDiv">
|
|
|
|
<h2>{{ .identifier }} Tester</h2>
|
|
|
|
<p>The tester has been disabled by the administrator.</p>
|
|
|
|
</div>
|
2024-10-22 20:20:46 +01:00
|
|
|
<div id="swipe" class="swipe"></div>
|
|
|
|
<div id="swipe-out" class="swipe-out"></div>
|
2024-09-28 19:41:34 +01:00
|
|
|
</body>
|
|
|
|
</html>
|