mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
build(frontend): replace create-react-app with vite (#272)
This commit is contained in:
parent
8721fd101d
commit
eb8fe11be6
11 changed files with 4700 additions and 22943 deletions
17
frontend/index.html
Normal file
17
frontend/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#48bb78" />
|
||||
<meta name="description" content="Listory - Track your Spotify Listens" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<title>Listory - Spotify Listen History</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue