-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfullview.html
More file actions
32 lines (30 loc) · 1.02 KB
/
Copy pathfullview.html
File metadata and controls
32 lines (30 loc) · 1.02 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full View</title>
<link rel="stylesheet" href="Styles/style.css">
<script type="module" src="https://unpkg.com/@splinetool/viewer@1.9.82/build/spline-viewer.js"></script>
</head>
<body>
<header>
<div>
<h5>LOGO</h5>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="onactive" href="fullview.html">Full View</a></li>
<li><a href="webview.html">Web View</a></li>
</ul>
</nav>
<div>
<button class="gitbutton"><a href="https://github.com/ArcticNavigator">Github</a></button>
</div>
</header>
<div class="spline1">
<spline-viewer class="backgrounimg" url="https://prod.spline.design/qjci99o7LBIIJALx/scene.splinecode"></spline-viewer>
</div>
</body>
</html>