1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00
bluelib/public/index.html
2021-08-14 17:02:47 +02:00

36 lines
1 KiB
HTML

<!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>