Created
January 26, 2025 21:00
-
-
Save alpaylan/e13f7dd7fc6172a2e20c16fe488a13fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Test Obfuscated</title> | |
| <style> | |
| #a1 { | |
| transform: translateY(54px); | |
| } | |
| #a2 { | |
| transform: translateY(18px); | |
| } | |
| #a3 { | |
| transform: translateY(-18px); | |
| } | |
| #a4 { | |
| transform: translateY(-54px); | |
| } | |
| #a5 { | |
| transform: translateY(36px); | |
| } | |
| #a6 { | |
| transform: translateY(-18px); | |
| } | |
| #a7 { | |
| transform: translateY(18px); | |
| } | |
| #a8 { | |
| transform: translateY(-36px); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Test Obfuscated</h1> | |
| <p>Test Obfusctated</p> | |
| <div> | |
| <div id="a1">List item 4</div> | |
| <div id="a2">List item 3</div> | |
| <div id="a3">List item 2</div> | |
| <div id="a4">List item 1</div> | |
| <div id="a5">List item 7</div> | |
| <div id="a6">List item 5</div> | |
| <div id="a7">List item 8</div> | |
| <div id="a8">List item 6</div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment