summaryrefslogtreecommitdiff
path: root/index.html
blob: 2e2f92095087cf30d993076c4bb2ed95ae7eddbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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">
</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>