summaryrefslogtreecommitdiff
path: root/index.html
blob: 7eb31e168c58940b67a8cf3ee52c7417ffdab4d5 (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
<!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" />
  <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>