Ooskar.com/SourceCode

Revision as of 08:26, 17 March 2026 by Somerandomdude6767 (talk | contribs) (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);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<?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>
            <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>