-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm.html
34 lines (31 loc) · 1.6 KB
/
m.html
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
<html><head><title>BSOD</title>
<style>
body { cursor:none;font-family:"Segoe UI Light", "Segoe UI", Arial; font-weight: lighter;}
.content {width:700px; margin:10% auto;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none; }
</style>
<SCRIPT TYPE="text/javascript">
var message="Sorry, right-click has been disabled";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</SCRIPT>
</head>
<body bgcolor="#0086ac" scroll="no">
<div class="content">
<font size="4" color="#FFFFFF">
<p style="font-size:100pt; margin:0; padding-bottom:20pt">:(</p>
<p style="font-size:20pt; margin:0; padding:0">Your PC ran into a problem and needs to restart. We're just<br />collecting some error info, and then we'll restart for you.</p>
<br>Restart your PC manually<br><br>
<img src="qr.png" style="float:left;" />
<div style="float:left;margin-left:30px;width:65%;">
<p style="font-size:14pt; color:#fff; margin-top:-30px; padding:0;line-height:32px;"><br />For more information about this issue and<br>possible fixes, visit<br>http://windows.com/stopcode<br><br>If you call a support person, give them this info:<br>Stop Code: SYS_EXCEPTION_PONIES_NOT_HANDLED</p>
</div>
</div>
</font>
</body></html>