Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.
In the meantime, you can help by moving all permalinks to IPFS
Ooskar.com/SourceCode: Difference between revisions
Jump to navigation
Jump to search
Created page with " <?php header("Content-Type: text/html; charset: utf-8"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<nowiki>http://www.w3.org/TR/html4/loose.dtd</nowiki>"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>HELLO!</title> <style type="text/css"> @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg);..." |
Tankmanfan44 (talk | contribs) m Protected "Ooskar.com/SourceCode" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
<pre> | |||
<?php header("Content-Type: text/html; charset: utf-8"); ?> | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |||
<html> | |||
<head> | |||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |||
<title>HELLO!</title> | |||
<style type="text/css"> | |||
@-webkit-keyframes rotate { | |||
from { | |||
-webkit-transform: rotate(0deg); | |||
} | |||
to { | |||
-webkit-transform: rotate(360deg); | |||
} | |||
} | |||
div.wollfag { | |||
-webkit-animation-name: rotate; | |||
-webkit-animation-duration: 1s; | |||
-webkit-animation-iteration-count: infinite; | |||
-webkit-animation-timing-function: linear; | |||
text-align: right; | |||
width: 319px; | |||
height: 162px; | |||
margin: 23px auto 0 auto; | |||
position: absolute; | |||
top: 200px; | |||
left: 90%; | |||
} | |||
div.wollfag2 { | |||
-webkit-animation-name: rotate; | |||
-webkit-animation-duration: 1.2s; | |||
-webkit-animation-iteration-count: infinite; | |||
-webkit-animation-timing-function: linear; | |||
text-align: right; | |||
width: 219px; | |||
height: 162px; | |||
margin: 23px auto 0 auto; | |||
position: absolute; | |||
top: 200px; | |||
left: 10%; | |||
} | |||
div.bg { | |||
background: url("wollhomo.gif"); | |||
background-size: 50px auto; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
bottom: 0; | |||
right: 0; | |||
} | |||
</style> | |||
</head> | |||
<script type="text/javascript"> | |||
var _gaq = _gaq || []; | |||
_gaq.push(["_setAccount", "UA-18361677-1"]); | |||
_gaq.push(["_trackPageview"]); | |||
(function () { | |||
var ga = document.createElement("script"); | |||
ga.type = "text/javascript"; | |||
ga.async = true; | |||
ga.src = | |||
("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; | |||
var s = document.getElementsByTagName("script")[0]; | |||
s.parentNode.insertBefore(ga, s); | |||
})(); | |||
</script> | |||
<body> | |||
<div class="bg"></div> | |||
<div | |||
style=" | |||
text-align: center; | |||
background: #f90; | |||
position: absolute; | |||
top: 50px; | |||
left: 50%; | |||
margin-left: -500px; | |||
width: 1000px; | |||
bottom: 50px; | |||
z-index: 100; | |||
" | |||
> | |||
<!--- <embed id="roll" src="homosexporr.swf?playSound=var_stop" width="800" height="600" volume="0"></embed><br><br>---> | <!--- <embed id="roll" src="homosexporr.swf?playSound=var_stop" width="800" height="600" volume="0"></embed><br><br>---> | ||
<video autoplay controls loop height="100%"><source src="homosexporr.mp4" type="video/mp4" /></video> | |||
<div class="wollfag"><img src="wollhomo2.gif" /></div> | |||
<div class="wollfag2"><img src="wollhomo2.gif" /></div> | |||
</div> | |||
snopp | |||
</body> | |||
</html> | |||
</pre> | |||
Latest revision as of 08:37, 17 March 2026
<?php header("Content-Type: text/html; charset: utf-8"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>HELLO!</title>
<style type="text/css">
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
div.wollfag {
-webkit-animation-name: rotate;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
text-align: right;
width: 319px;
height: 162px;
margin: 23px auto 0 auto;
position: absolute;
top: 200px;
left: 90%;
}
div.wollfag2 {
-webkit-animation-name: rotate;
-webkit-animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
text-align: right;
width: 219px;
height: 162px;
margin: 23px auto 0 auto;
position: absolute;
top: 200px;
left: 10%;
}
div.bg {
background: url("wollhomo.gif");
background-size: 50px auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
</style>
</head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-18361677-1"]);
_gaq.push(["_trackPageview"]);
(function () {
var ga = document.createElement("script");
ga.type = "text/javascript";
ga.async = true;
ga.src =
("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
<div class="bg"></div>
<div
style="
text-align: center;
background: #f90;
position: absolute;
top: 50px;
left: 50%;
margin-left: -500px;
width: 1000px;
bottom: 50px;
z-index: 100;
"
>
<!--- <embed id="roll" src="homosexporr.swf?playSound=var_stop" width="800" height="600" volume="0"></embed><br><br>--->
<video autoplay controls loop height="100%"><source src="homosexporr.mp4" type="video/mp4" /></video>
<div class="wollfag"><img src="wollhomo2.gif" /></div>
<div class="wollfag2"><img src="wollhomo2.gif" /></div>
</div>
snopp
</body>
</html>