-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (34 loc) · 1.71 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
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width", initial-scale="1.0">
<title>Planet X</title>
<link rel="stylesheet" href="../assets/styling/landing_page.css">
</head>
<body>
<div class="background">
<header>
<span class="logo">Planet X</span>
<nav class="nav-all">
<nav class="nav-1">
<a href="../store/store.html" class="nav-link">Shop </a>
<a href="../store_health/health.html" class="nav-link">Health</a>
<a href="../social/social.html" class="nav-link">Community</a>
</nav>
<nav class="nav-2">
<button id="button-1" class="button"><a href="../playlist/playlist.html">Space Playlist</a></button>
</div>
</nav>
</nav>
</header>
<div>
<script type="module" src="https://unpkg.com/@splinetool/viewer/build/spline-viewer.js"></script>
<spline-viewer url="https://prod.spline.design/b-4Iaqxeo2RI879w/scene.splinecode" background="rgba(36,37,42);;0.5"></spline-viewer>
</div>
</body>
<footer>
<p>Hi Earthling! Welcome To Planet X! Fasten Seatbelts, And Enjoy The Ride.</p>
</footer>
</html>