We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae577 commit 696d889Copy full SHA for 696d889
sitemap-links.html
@@ -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