-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebview.html
More file actions
45 lines (42 loc) · 1.46 KB
/
Copy pathwebview.html
File metadata and controls
45 lines (42 loc) · 1.46 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
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Styles/style.css">
<link rel="stylesheet" href="Styles/style2.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 href="fullview.html">Full View</a></li>
<li><a class="onactive" href="webview.html">Web View</a></li>
</ul>
</nav>
<div>
<button class="gitbutton"><a href="https://github.com/ArcticNavigator">Github</a></button>
</div>
</header>
<main>
<div class="heading">
<h1>Welcome to my website</h1>
</div>
<div class="para">
<p>This is an example website look where you can see how the 3d cube can be used in a website.</p>
</div>
<div class="cta">
<button class="ctabutton">CTA Button</Button></button>
</div>
<div class="spline1">
<spline-viewer class="backgrounimg" url="https://prod.spline.design/qjci99o7LBIIJALx/scene.splinecode"></spline-viewer>
</div>
</main>
</body>
</html>