-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>aghArdeshir</title>
<link rel="stylesheet" type="text/css" href="vazir-font-v26.0.2/fonts.css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="favicon.ico" type="image/ico" sizes="16x16">
</head>
<body>
<section>
<h1 class="title-persian"></h1>
<h4 class="artist-persian"></h4>
<img class="cover-art" width="350" height="350" />
<p dir="auto" class="lyrics-backup" id="lyrics-backup"></p>
<p dir="auto" class="lyrics" id="lyrics"></p>
</section>
<div class="waveform" id="waveform"></div>
<div class="background-container"></div>
<div class="secondary-background"></div>
<script src="wavesurfer.js"></script>
<script src="index.mjs" type="module"></script>
</body>
</html>