Skip to content

Commit

Permalink
removed firebase scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbytes committed Sep 21, 2023
1 parent fbaa560 commit 3203dce
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,24 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<title>Spotitracks</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#181818" />
<meta property="fb:app_id" content="919463878212946" />
<meta property="og:type" content="website" />
<meta name="twitter:title" property="og:title" itemprop="title name" content="Spotitracks: Your Top Tracks" />
<meta
name="description"
content="Web site created using create-react-app"
property="og:description"
itemprop="description"
content="Create playlists of your most played tracks"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/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`.
-->
<title>React App</title>
<meta property="og:url" content="http://spotitracks.firebaseapp.com" />
<meta
property="og:image"
content="http://azd-spotitracks.s3-website-ap-southeast-1.amazonaws.com/images/cover.jpg"
/>
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<style>
.loading-container {
background-color: rgba(0, 0, 0, 0.6);
Expand Down Expand Up @@ -81,8 +76,8 @@
}
}
</style>

</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down

0 comments on commit 3203dce

Please sign in to comment.