-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.51 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
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<!-- navigate to folder with this script, and type: `npx parcel index.html` -->
<head>
<!-- Include CSS file -->
<link rel="stylesheet" type="text/css" href="trippy_index_style.css">
<link rel="stylesheet" href="trippyHover.css">
<link rel="icon" type="image/x-icon" href="./dist/images/favicon.ico">
<!-- <link rel="stylesheet" type="text/css" href="stylize_explanation_page.css"> -->
</head>
<body>
<div id="content">
<div id="center">
<div id="container">
<h1>WELCOME TO THE TIMECUBE</h1>
</div>
<div id="options">
<!-- <a href="import_user_video.html" class="button">Import Video</a>
<br> -->
<a href="timecube_slicer.html" class="button">TIMECUBE Tools</a>
<br>
<a href="Gallery.html" class="button">TIMECUBE Art Gallery</a>
<br>
<a href="aboutTIMECUBE.html" class="button">About</a>
<!-- <br> -->
<!-- <a href="timecube_slicer.html" class="button">Convert video to .ply file</a>
<br>
<a href="sandbox.html" class="button">[Code sandbox, ignore if you aren't Yitz]</a>
<br> -->
<!-- <a href="timecube_slicer - VR.html" class="button">[Experimental VR experience]</a> -->
</div>
</div>
</div>
<div id="loader-container"></div>
<script src="mouseHoverEffect.js"></script>
</body>
</html>