Created
January 26, 2025 21:20
-
-
Save alpaylan/a5dc287b005ae3e365f6aa591738393a 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-1 { | |
position: absolute; | |
top: 204px; | |
left: 8px; | |
} | |
#a8-2 { | |
position: absolute; | |
top: 204px; | |
left: 18px; | |
} | |
#a8-3 { | |
position: absolute; | |
top: 204px; | |
left: 23px; | |
} | |
#a8-4 { | |
position: absolute; | |
top: 204px; | |
left: 29px; | |
} | |
#a8-5 { | |
position: absolute; | |
top: 204px; | |
left: 34px; | |
} | |
#a8-6 { | |
position: absolute; | |
top: 204px; | |
left: 37px; | |
} | |
#a8-7 { | |
position: absolute; | |
top: 204px; | |
left: 41.5px; | |
} | |
#a8-8 { | |
position: absolute; | |
top: 204px; | |
left: 46px; | |
} | |
#a8-9 { | |
position: absolute; | |
top: 204px; | |
left: 53px; | |
} | |
#a8-10 { | |
position: absolute; | |
top: 204px; | |
left: 59px; | |
} | |
#a8-11 { | |
position: absolute; | |
top: 204px; | |
left: 69px; | |
} | |
</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> | |
<div id="a8-1">L</div> | |
<div id="a8-2">i</div> | |
<div id="a8-6">i</div> | |
<div id="a8-3">s</div> | |
<div id="a8-8">e</div> | |
<div id="a8-7">t</div> | |
<div id="a8-4">t</div> | |
<div id="a8-5"> </div> | |
<div id="a8-10"> </div> | |
<div id="a8-9">m</div> | |
<div id="a8-11">6</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment