Skip to content

Commit

Permalink
Added local music and images, implement player
Browse files Browse the repository at this point in the history
  • Loading branch information
lainshiHenry committed Jul 30, 2022
1 parent 182dedf commit e5e72d4
Show file tree
Hide file tree
Showing 241 changed files with 709 additions and 47 deletions.
557 changes: 557 additions & 0 deletions dist/output.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
<!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"
content="Web site created using create-react-app"
/>
<meta name="description" content="Web site created using create-react-app" />
<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 href="/dist/output.css" rel="'stylesheet">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand All @@ -24,8 +23,9 @@
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>
<title>A3 Music Player</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand All @@ -40,4 +40,5 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>

</html>
27 changes: 0 additions & 27 deletions src/App.css

This file was deleted.

1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import './App.css';
import MainScreen from './views/screens/MainScreen';

function App() {
Expand Down
Loading

0 comments on commit e5e72d4

Please sign in to comment.