-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lockdown.html
38 lines (38 loc) · 1.35 KB
/
lockdown.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Site Locked</title>
<link href="src/css/lockdown.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
<div class="lock">
<div class="lock-body"></div>
<div class="lock-hole"></div>
</div>
<div class="message">
<h1 class="glitch" data-text="SYSTEM LOCKED">SYSTEM LOCKED</h1>
<div class="warning-text">
<p class="typewriter">This system has been permanently deactivated.</p>
<div class="author fade-in">
<p>Shahm Najeeb</p>
<p class="subtitle">Open Source (OSS) & FLOSS Community Advocate</p>
</div>
<div class="explanation fade-in-delayed">
<p>This project operates under challenging conditions</p>
<p>without sufficient recognition or support for contributions.</p>
<p>And thus this Website has been closed to protect my rights.</p>
</div>
<div class="status">
<span class="status-dot"></span>
<span class="status-text">OFFLINE</span>
</div>
</div>
</div>
<div class="grid"></div>
</div>
<script src="src/js/lockdown.js" type="module"></script>
</body>
</html>