jukebox-web/public/index.html
2024-08-20 00:18:20 -04:00

32 lines
939 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Belden Jukebox</title>
</head>
<body>
<noscript>
<p>
<b>Belden Jukebox Error:</b><br />
JavaScript is required to run this application.<br />
Please enable JavaScript in your browser.<br /><br />
<a
href="https://www.enable-javascript.com/"
target="_blank"
rel="noopener noreferrer"
>
Here are the instructions how to enable JavaScript in your web
browser!
</a>
</p>
</noscript>
<div id="root"></div>
</body>
</html>