Created
January 26, 2025 20:54
-
-
Save alpaylan/a018b9071942c6d8e86b001c269dde83 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</title> | |
</head> | |
<body> | |
<h1>Test</h1> | |
<p>Test</p> | |
<div> | |
<div id="a1">List item 1</div> | |
<div id="a2">List item 2</div> | |
<div id="a3">List item 3</div> | |
<div id="a4">List item 4</div> | |
<div id="a5">List item 5</div> | |
<div id="a6">List item 6</div> | |
<div id="a7">List item 7</div> | |
<div id="a8">List item 8</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment