1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>with-pagination</title>
7 <style>
8 body {
9 margin: 0;
10 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
11 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
12 'Helvetica Neue', sans-serif;
13 -webkit-font-smoothing: antialiased;
14 -moz-osx-font-smoothing: grayscale;
15 }
16
17 code {
18 font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
19 monospace;
20 }
21 </style>
22 </head>
23 <body>
24 <div id="root"></div>
25 <script type="module" src="/src/index.jsx"></script>
26 </body>
27</html>