-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c99bc7
commit cc76fac
Showing
19 changed files
with
215 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta httpequiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="author" content="Maxence Charriere"> | ||
<meta name="description" content="Lofi music player"> | ||
<meta name="keywords" content="lofi, lo-fi, music, lofimusic, chill, chilled, beats, relax, study, sleep, hiphop, app, pwa"> | ||
<meta name="theme-color" content="#000000"> | ||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, viewport-fit=cover" name="viewport"> | ||
<title> | ||
Lofimusic.app | ||
</title> | ||
<link href="/web/logo.png" rel="icon" type="image/png"> | ||
<link rel="apple-touch-icon" href="/web/logo.png"> | ||
<link rel="manifest" href="/manifest.json"> | ||
<link href="/app.css" type="text/css" rel="stylesheet"> | ||
<script defer src="/wasm_exec.js"></script> | ||
<script defer src="/app.js"></script> | ||
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" type="text/css"> | ||
<link type="text/css" rel="stylesheet" href="/web/lofimusic.css"> | ||
<link href="/web/range.css" type="text/css" rel="stylesheet"> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-177947020-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-177947020-1'); | ||
</script> | ||
|
||
<meta property="og:url" content="https://lofimusic.app"> | ||
|
||
<meta property="og:title" content="Lofimusic.app"> | ||
|
||
<meta property="og:description" content="Lofi music player to work, study and relax."> | ||
|
||
<meta property="og:image" content="https://lofimusic.app/web/lofimusic-1.png"> | ||
|
||
</head> | ||
<body> | ||
<div id="app-wasm-layout" class="goapp-app-info"> | ||
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" src="/web/logo.png"> | ||
<p id="app-wasm-loader-label" class="goapp-label"> | ||
Lofi music player to work, study and relax. | ||
</p> | ||
</div> | ||
<div id="app-context-menu"></div> | ||
<div id="app-end"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.