-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Meekdai/Gmemp
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,15 @@ | |
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | ||
<meta name="description" content="Meekdai music player page with journal"> | ||
<link rel="icon" href="https://meekdai.com/favicon.svg"> | ||
<meta property="og:title" content="Gmemp"> | ||
<meta property="og:description" content="Meekdai music player page with journal"> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:url" content="https://music.meekdai.com/"> | ||
<meta property="og:image" content="" /> | ||
|
||
<link rel="icon" href="https://static.meekdai.com/favicon.svg"> | ||
<title>Gmemp</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.1/docs/player.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.2/docs/player.css"> | ||
<!-- <link rel="stylesheet" href="./player.css"> --> | ||
</head> | ||
<body> | ||
|
@@ -47,7 +53,7 @@ | |
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/howler.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.1/docs/player.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/Meekdai/Gmemp@v3.2/docs/player.js"></script> | ||
<!-- <script src="./player.js"></script> --> | ||
</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