-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>BugCheck</title>
<link rel="stylesheet" type="text/css" href="bugcheck.css" />
</head>
<body>
<div id="bugcheck">
<div id="text-content">
<h1 id="bugcheck-face">:(</h1>
<h2 id="bugcheck-title">
Your PC ran into a problem and needs to restart.
</h2>
<p id="bugcheck-message">
We're just collecting some error info, and then we'll restart for you.
</p>
<p id="bugcheck-percentage">0% complete</p>
</div>
<div id="qrcode-container">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank" id="bugcheck-img-link">
<img id="bugcheck-img" />
</a>
<div id="info-container">
<p id="bugcheck-info">
For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
</p>
<p id="stop-code-info">
If you call a support person, give them this info:
</p>
<p id="stop-code">0x00000000</p>
</div>
</div>
</div>
<script src="bugcheck.js"></script>
</body>
</html>