Skip to content

Instantly share code, notes, and snippets.

@alpaylan
Created January 26, 2025 20:54
Show Gist options
  • Save alpaylan/a018b9071942c6d8e86b001c269dde83 to your computer and use it in GitHub Desktop.
Save alpaylan/a018b9071942c6d8e86b001c269dde83 to your computer and use it in GitHub Desktop.
<!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