-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 872 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="style.css">
<title>MDT ThreeJs 2024</title>
</head>
<body>
<div id="mural">
<div id="muralTitle">
<h2 id="title"></h2>
<h3 id="author"></h3>
</div>
<div id="iframeDiv" class="iframeAnim" >
<iframe id="muralIframe"frameborder="0" scrolling="no" allow="microphone *"></iframe>
</div>
<div id="muralControls">
<button id="muralPreviousButton" class="muralButton"><</button>
<button id="muralVisitButton">View Code</button>
<button id="muralNextButton" class="muralButton">></button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>