summaryrefslogtreecommitdiffstats
path: root/grid/index.html
blob: f23036d7e6aa71275a7ec3f9953453e02db67d60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <link
            href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-alpha3/dist/css/bootstrap.min.css"
            rel="stylesheet"
            integrity="sha384-CuOF+2SnTUfTwSZjCXf01h7uYhfOBuxIhGKPbfEJ3+FqH/s6cIFN9bGr1HmAg4fQ"
            crossorigin="anonymous"
        />
        <title>Grid</title>
    </head>

    <body>
        <div id="root"></div>
        <script src="index.js"></script>
    </body>
</html>