-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
41 lines (26 loc) · 758 Bytes
/
Copy pathtest.html
File metadata and controls
41 lines (26 loc) · 758 Bytes
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
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DBSU10 - Web Product</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-3.7.1.min.js"></script>
<script src="js/music_queries.js"></script>
<script src="js/oocsi.js"></script>
</head>
<body>
<h1>Serendipity</h1>
<h2>Device States</h2>
<h3>Device States</h3>
<h4>Device States</h4>
<h5>Device States</h5>
<h6>Device States</h6>
<p>Paragraph Example</p>
<a href="#">A tag Example</a>
<script>
const data = queryMusicServices("The Devil is Human", "Aurora");
console.log(data);
</script>
</body>
</html>