Skip to content

Commit 696d889

Browse files
authored
Create sitemap-links.html
1 parent d8ae577 commit 696d889

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

sitemap-links.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Sitemap Links</title>
6+
<style>
7+
.pagination {
8+
display: flex;
9+
list-style: none;
10+
padding: 0;
11+
}
12+
.pagination li {
13+
margin-right: 5px;
14+
cursor: pointer;
15+
}
16+
</style>
17+
</head>
18+
<body>
19+
<ul id="sitemapLinks"></ul>
20+
<ul class="pagination" id="pagination"></ul>
21+
22+
<script src="pagination.js"></script>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)