-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.2 KB
/
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MuseIT Modalities viewer</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="./index.css">
<script src="./museviewer.js" defer></script>
</head>
<body>
<div class="container">
<h1>MuseIT Modalities viewer</h1>
<div align="center" id="title">Title will be displayed here</div>
<div id="description">Title will be displayed here</div>
<div id="sound"></div>
<div id="persistentId">Persistent ID will be displayed here</div>
<br />
<table>
<tr><td width="30%">
<div id="jsonElements">Elements will be listed here</div>
</td><td valign="top">
<p align="center">
<iframe id="video" valign="top" src="" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<iframe width="640" height="150" src="https://w.soundcloud.com/player/?url=https://soundcloud.com/sharemusic-sweden/nigel-osborne-about-share"></iframe>
</p>
</td></table>
</div>
</body>
</html>