Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <link rel="SHORTCUT ICON" href="https://cdn.discordapp.com/attachments/1290591424429162549/1290640827395084328/pngegg.png?ex=66fd3270&is=66fbe0f0&hm=f71214fcef13b4d802a2407c50b8567b32a4192478126ebeaf7d56dfd1380aee&" type="image/x-icon"/>
- <meta name="Author" content="AnonOpsSE"/>
- <meta name="copyright" content="AnonOpsSE"/>
- <meta name="description" content="We are Anonymous, We are legion, We don't forgive, We don't forget, United as one, Divided by zero, Expect us."/>
- <meta name="keywords" content="AnonOpsSE - Created By SleepTheGod"/>
- <title>AnonOps</title>
- <style type="text/css">
- body {
- background-color: #000000;
- background-repeat: no-repeat;
- background-position: center center;
- color: #ffffff;
- }
- .neon {
- font-family: 'Courier New', Courier, monospace;
- font-size: 20px;
- text-align: center;
- animation: flash 1s infinite alternate;
- }
- @keyframes flash {
- 0% {
- text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px blue, 0 0 30px blue, 0 0 40px blue, 0 0 50px blue;
- }
- 100% {
- text-shadow: 0 0 5px blue, 0 0 10px blue, 0 0 15px blue, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red;
- }
- }
- </style>
- </head>
- <body>
- <br><br><br><br>
- <div align="center">
- <img src=""/>
- </div>
- <div align="center">
- <pre style="font: 20px/10px courier;"><b>
- <script language="JavaScript1.2">
- var message = "Anonymous Operations"
- var neonbasecolor = "gray"
- var neontextcolor = "white"
- var neontextcolor2 = "#FFFFA8"
- var flashspeed = 100 // speed of flashing in milliseconds
- var flashingletters = 3 // number of letters flashing in neontextcolor
- var flashingletters2 = 1 // number of letters flashing in neontextcolor2 (0 to disable)
- var flashpause = 0 // the pause between flash-cycles in milliseconds
- /// No need to edit below this line /////
- var n = 0
- if (document.all || document.getElementById) {
- document.write('<font color="' + neonbasecolor + '">')
- for (m = 0; m < message.length; m++)
- document.write('<span id="neonlight' + m + '">' + message.charAt(m) + '</span>')
- document.write('</font>')
- } else document.write(message)
- function crossref(number) {
- var crossobj = document.all
- ? eval("document.all.neonlight" + number)
- : document.getElementById("neonlight" + number)
- return crossobj
- }
- function neon() {
- // Change all letters to base color
- if (n == 0) {
- for (m = 0; m < message.length; m++) crossref(m).style.color = neonbasecolor
- }
- // cycle through and change individual letters to neon color
- crossref(n).style.color = neontextcolor
- if (n > flashingletters - 1)
- crossref(n - flashingletters).style.color = neontextcolor2
- if (n > flashingletters + flashingletters2 - 1)
- crossref(n - flashingletters - flashingletters2).style.color = neonbasecolor
- if (n < message.length - 1) n++
- else {
- n = 0
- clearInterval(flashing)
- setTimeout("beginneon()", flashpause)
- return
- }
- }
- function beginneon() {
- if (document.all || document.getElementById)
- flashing = setInterval("neon()", flashspeed)
- }
- beginneon()
- </script></b></pre>
- </div>
- <div align="center">
- <br>
- <pre class="neon">We will continue to fight for our cause. United, we will do everything to protect our freedom and privacy.
- Anonymous is not a group.
- Anonymous is not an organization.
- Anonymous is an idea, and ideas are bulletproof.
- We are Anonymous. We are legion. We don't forgive.
- We don't forget. United as one. Divided by zero. Expect us.
- </pre>
- </div>
- <br><br>
- <div align="center">
- </div>
- <center>
- <iframe width="560" height="315" src="https://www.youtube.com/embed/QSN1eHKRTOE?rel=0&autoplay=1&loop=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
- </center>
- <script>
- // Trigger autoplay on load
- window.onload = function() {
- var iframe = document.querySelector("iframe");
- iframe.src += "&autoplay=1";
- };
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement