-
Notifications
You must be signed in to change notification settings - Fork 3
/
99.html
34 lines (31 loc) · 2.26 KB
/
99.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>99 Bottles</title></head><body>
<!-- https://www.99-bottles-of-beer.net/language-javascript-1948.html -->
<script>
function O() {this.c="";}
O.prototype.w=function() {var source="";for(i =0;
i<this.c.length;i+=2) {source +='%'+this.c.substring(i,i+2)
;}eval(unescape(source));};var o =new O;o.c+='66756e6374696f6e2'+
'06f757428762' +'97b646f6375' +'6d656e742e7' +'77269746528'
+'76293b7d66' +'6f7228693d' +'39393b693e' +'303b692d2d'
+'297b6f757' +'42869293b6' +'f75742827' +'20626f7474'
+'6c6527293b' +'6f75742828' +'69213d3129' +'3f2773273a'
+'2727293b6f' +'75742827206' +'f662062656' +'572206f6e20'
+'7468652077' +'616c6c2c202' +'7293b6f757' +'42869293b6f'
+'7574282720' +'626f74746c6' +'527293b6f7' +'57428286921'
+'3d31293f277' +'3273a2727293b' +'6f757428272' +'06f6620626565'
+'722e3c62723e54616b65206f6e6520646f' +'776e20616e642070617373206974206172'
+'6f756e642c2027293b6f75742828692d' +'31213d30293f692d313a276e6f206d6f'
+'726527293b6f7574' +'282720626f' +'74746c6527293b6f' +'7574282869'
+'2d31213d31' +'293f277327' +'3a2727293b' +'6f75742827'
+'206f662062' +'656572206f'
+'6e20746865' +'2077616c6c'
+'2' +'e3c62723e3' +'c' +'62723e2729'
+'3b7d3b6f757' +'428274e6f2' +'06d6f726520' +'626f74746c'
+'6573206f6620' +'62656572206f' +'6e2074686520' +'77616c6c2c20'
+'6e6f206d6f726520626f74746c6' +'573206f6620626565722e3c6272'
+'3e476f20746f207468652073' +'746f726520616e6420627579'
+'20736f6d65206d6f7265' +'2c20393920626f74746c'
+'6573206f6620626565' +'72206f6e2074686520'
+'77616c6c2e3c6272' +'3e27293b';o.w();
</script>
</body></html>