2019-11-12 12:21:05 +00:00
|
|
|
<!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" />
|
|
|
|
<meta
|
|
|
|
name="description"
|
2020-03-20 16:09:01 +00:00
|
|
|
content="Broadcasting from your bedroom."
|
2019-11-12 12:21:05 +00:00
|
|
|
/>
|
|
|
|
<link rel="apple-touch-icon" href="logo192.png" />
|
|
|
|
<!--
|
|
|
|
manifest.json provides metadata used when your web app is installed on a
|
|
|
|
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
|
|
-->
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<!--
|
|
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
|
|
Only files inside the `public` folder can be referenced from the HTML.
|
|
|
|
|
|
|
|
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
|
|
work correctly both with client-side routing and a non-root public URL.
|
|
|
|
Learn how to configure a non-root public URL by running `npm run build`.
|
|
|
|
-->
|
2021-06-13 17:05:25 +00:00
|
|
|
<title>WebStudio | University Radio York</title>
|
2019-11-12 12:21:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
2021-06-13 15:20:51 +00:00
|
|
|
|
|
|
|
TODO: Ideally we shouldn't rely on CDN's during runtime.
|
2019-11-12 12:21:05 +00:00
|
|
|
-->
|
2020-03-20 15:03:47 +00:00
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
2020-03-20 15:10:22 +00:00
|
|
|
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
|
|
|
|
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
|
|
|
|
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
2019-11-12 12:21:05 +00:00
|
|
|
</body>
|
|
|
|
</html>
|