summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-07-19 11:57:39 +0200
committerYuval Adam <_@yuv.al>2024-07-19 11:57:39 +0200
commit2bbc6812a8e24b4bf3d77c3d06c0a5efa7a58903 (patch)
tree23758734b5cf5543a36d2010022fc3b08332fd6e /index.html
parentaba7d8390e376f5a4b53cb019e3a3870ae679b5a (diff)
Initial BSOD
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2e2f920
--- /dev/null
+++ b/index.html
@@ -0,0 +1,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>