-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
38 lines (38 loc) · 2.79 KB
/
index.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
35
36
37
38
<html>
<title>Fake Windows Update Prank</title>
<div>
<p>
<link rel="stylesheet" href="style.css"/>
<center><h2>Computernewb Fake Updater</h2></center>
<center><p>Here is a funny little prank you can play on your friends/coworkers/whoever. These Javascript powered webpages will mimic the Windows (and soon, other operating systems) update or welcome screen.</p></center>
<center><p>At the end of the update, a fake Blue Screen of Death will appear... At that point you can tell your friend to shut off his PC, or let him know he just got pranked ;)</p></center>
<center><p>This site is a public domain clone of <a href="http://fakeupdate.net/">Fakeupdate.net</a> which in all honesty is probably better. You can grab the source code <a href="https://github.com/computernewb/fakeupdate">here</a>. </p></center>
<center><p>As this is in the public domain you can host it on your own website or blog or whatever, and you can modify it in any way you want. Credit is not required but is appreciated!</p></center>
<center><p>Reference sheet - win10 = Fake "Upgrading to Windows 10", update = "Configuring Updates", welcome = permanent "Welcome" screen.</p> </center>
<center><p>Press "<b>enter</b>" to trigger fake BSOD, press "<b>F11</b>" to enter full screen mode.</p> </center>
<br><br>
<center><b>Windows</b></center>
<center>
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="center" width="350"><a href="/"><img src="/fakeupdate/images/xp-pro.png" width="200" height="150"></a></td>
<td align="center" width="350"><a href="/"><img src="/fakeupdate/images/vista-h.jpg" width="200" height="150"></a></td>
<td align="center" width="350"><a href="/"><img src="/fakeupdate/images/windows7.jpg" width="200" height="150"></a></td>
</tr>
<tr>
<td align="center" width="150" class="vf"><b>Windows XP</b></td>
<td align="center" width="150" class="vf"><b>Windows Vista</b></td>
<td align="center" width="150" class="vf"><b>Windows 7</b></td>
</tr>
<tr>
<td align="center" width="365" class="vfd"><b>Generic:</b> <b><a href="/fakeupdate/windows/xp/win10">win10</b></a> <b><a href="/fakeupdate/windows/xp/update">update</b></a> <b><a href="/fakeupdate/windows/xp/welcome">welcome</b></a></td>
<td align="center" width="365" class="vfd"><b>Home Premium:</b> <b><a href="/fakeupdate/windows/vishp/win10">win10</b></a> <b><a href="/fakeupdate/windows/vishp/update">update</b></a> <b><a href="/fakeupdate/windows/vishp/welcome">welcome</b></a></td>
<td align="center" width="365" class="vfd"><b>Ultimate:</b> <b><a href="/fakeupdate/windows/7ul/win10">win10</b></a> <b><a href="/fakeupdate/windows/7ul/update">update</b></a> <b><a href="/fakeupdate/windows/7ul/welcome">welcome</b></a></td>
</tr>
</table>
<br>
<br>
</center>
</div>
</body>
</html>