2021-08-14 13:56:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-08-14 15:02:47 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
2021-08-14 13:56:05 +00:00
|
|
|
|
2021-08-14 15:02:47 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="description" content="Demo website for bluelib-react"/>
|
2021-08-14 13:56:05 +00:00
|
|
|
|
2021-08-14 15:02:47 +00:00
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/>
|
2021-08-14 13:56:05 +00:00
|
|
|
|
2021-08-14 15:02:47 +00:00
|
|
|
<!-- 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>
|
2021-08-14 13:56:05 +00:00
|
|
|
</html>
|