-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
29 lines (26 loc) · 982 Bytes
/
main.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
<!doctype html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.min.js"></script>
<meta charset="utf-8">
<title>AVR Filter</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- <script type="module" src="script.js"></script> -->
<!-- <img src="./source/YouTubeUI.jpg" width="100vw" height="600vh"> -->
<!-- <img src="./source/Youtube-Video-UI.jpg" alt="Girl in a jacket" width="100vw" height="600vh"> -->
<div id = "topNav"></div>
<div id="middle">
<div id="leftColumn">
<div id="mainVideo">
<!-- <iframe src="https://threejs.org/examples/webgl_effects_anaglyph.html" id="mainVideo"></iframe> -->
</div>
</div>
<div id="rightColumn">
</div>
</div>
<!-- <script type="module" src="script.js"></script> -->
<script type="module" src="sphere.js"></script>
</body>
</html>