-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio-player.html
More file actions
20 lines (20 loc) · 1.12 KB
/
audio-player.html
File metadata and controls
20 lines (20 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="stylesheet" href="css/audio-player.css">
<link rel="import" href="/bower_components/paper-audio-player/paper-audio-player.html">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/audio-player.scss">
<link rel="stylesheet" href="/css/forms.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1889527741439078"
crossorigin="anonymous"></script>
</head>
<body>
<div class="image">
<h3 class="header"><a class="a" style="color: white;" href="https://accessretrieved.github.io/beta.html">Beta Testing</a> - Audio Player</h3>
</div>
<br><br>
<paper-audio-player id="player" src="https://github.com/AccessRetrieved/server/blob/main/Music/A-Million-Dreams.mp3?raw=true" title="Test Song" color="#F05C38"></paper-audio-player>
</body>
</html>