blob: e6e2c1b12d9ea13bd90d0558e2c2e0b47dbfe20f (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Crashstrike</title>
<meta name="theme-color" content="#106faa">
<meta property="og:image" content="https://crashstrike.com/card.png" />
<meta property="og:title" content="Crashstrike" />
<meta property="og:description" content="Blue Scream of Death: Crashstrike Glitch Paralyzes Millions" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="https://crashstrike.com/card.png" />
<link rel="stylesheet" href="bsod.css">
<script src="https://cdn.usefathom.com/script.js" data-site="FTBXWLUJ" defer></script>
</head>
<body>
<main>
<header>
<h1 class="emotion">:(</h1>
</header>
<p class="description">Your PC ran into a problem and needs to restart. We're just collecting some error info, and
then we'll restart for you.</p>
<p class="description"><span id="progress">0</span>% complete</p>
<footer>
Source code on <a href="https://github.com/yuvadm/crashstrike.com">Github</a>, created by <a
href="https://yuv.al">Yuval Adam</a>.
</footer>
</main>
</body>
</html>
|