forked from SORCEway/SORCEway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oben.htm
120 lines (107 loc) · 2.97 KB
/
oben.htm
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<STYLE>
html,
body {
height: 100%;
}
h1.headline {
position: relative;
animation-name: headline;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes headline {
0% {
left: 0px;
font-size: 25px;
color: orange;
}
100% {
left: 500px;
font-size: 35px;
color: blue;
}
}
.blink {
animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
to {
visibility: hidden;
}
}
.gewonnen {
position: absolute;
bottom: 15px;
left: 50%;
width: 400px;
margin-left: -200px;
padding: 15px 30px;
background: #fff;
border: 5px dashed red;
animation: win 5s infinite ease, showAfter 1s forwards;
visibility: hidden;
}
.gewonnen a {
color: orange;
}
@keyframes win {
0% {
transform: scale(1.0) rotate(-1deg);
background: blue;
color: yellow;
}
25% {
transform: scale(1.25) rotate(1deg);
}
50% {
transform: scale(1.25) rotate(-1deg);
background: white;
color: red;
}
75% {
transform: scale(1.0) rotate(1deg);
}
100% {
transform: scale(1.0) rotate(-1deg);
background: blue;
color: yellow;
}
}
@keyframes showAfter {
99% {
visibility: hidden;
}
100% {
visibility: visible;
}
}
</STYLE>
<LINK REL='STYLESHEET' HREF='index_style.css' />
<META HACKABLE="False">
</HEAD>
<BODY>
<p>Herzlich willkommen, Cyberspacereisender, bei
<H1 CLASS="headline">
SORCEway.de </H1>
<KASTEN CLASS="gewonnen">
Herzlichen Glückwunsch! Sie sind der <B>1000000.</B> Besucher dieser Webseite. Klicken Sie <A HREF="http://gewinnspiel.">HIER</A>, um Ihren Gewinn von <B>10000</B>€ zu erhalten.
</KASTEN>
<FONT COLOR="RED">X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</FONT>
</KASTEN>
<SCRIPT SRC="hintergrund_paprika.js"></SCRIPT>
<SCRIPT>
P_A_P_R_I_K_A(100);
</SCRIPT>
<NOSCRIPT>
<STYLE>
body {
background-image: url("paprika_der_freiheit .png");
}
</STYLE>
</NOSCRIPT>
</BODY>
</HTML>