summaryrefslogtreecommitdiff
path: root/index.html
blob: 8000a60b05b26ac8a77ce22dbb8b7289303af931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Crashstrike</title>
  <meta name="theme-color" content="#106faa">
  <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>
    <a 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><span id="progress">0</span>% complete
      </p></a>
  </main>
</body>

</html>