<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>

        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <meta name="description" content="Demo website for bluelib-react"/>

        <link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/>

        <!-- https://developers.google.com/web/fundamentals/web-app-manifest/ -->
        <link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>

        <title>Bluelib React</title>
        <style>
            body {
                margin: 0;
            }
        </style>
    </head>
    <body>
        <noscript>
            <p>
                This website requires JavaScript.
            </p>
            <p>
                To view the JS-free version of Bluelib, visit <a href="https://gh.steffo.eu/bluelib">the documentation page of the vanilla version.</a>
            </p>
        </noscript>

        <div id="react-root">
            Loading...
        </div>
    </body>
</html>