-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.04 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta name="Description" content="A status site about the Fractureiser malware, Updated manually">
<meta name="Keywords" content="Status, Malware, Fractureiser">
<meta http-equiv="author" content="Cbr 2011">
<title>Fractureiser Status</title>
<link rel="shortcut icon" href="assets/A.png">
<link href="assets/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="assets/logo.svg" alt="Fractureiser Logo">
<p>Status</p>
<a href="info.html">What's Fractureiser?</a>
<div class="Endangered">
<h1>June 9 2023</h1>
<h2>"The virus has been fully cleaned from current public mod(pack)s" -
<a href="https://twitter.com/VazkiiMods/status/1667182855481356294?cxt=HHwWjMCzyar-gqMuAAAA" target="_blank">Source</a>.<br>
"The situation seems to have relaxed a bit" - <a href="https://atlauncher.com/" target="_blank">ATLauncher News</a></h2>
</div>
<div class="StillAlive">
<h1>June 8 2023</h1>
<h2>Birth of the Fractureiser incident</h2>
</div>
<p>This is updated manually, Not automatically</p>
</body>
</html>