File size: 1,188 Bytes
404b47d
 
 
 
 
 
 
 
 
 
 
65cba70
404b47d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html><head><link href="https://cdn.jsdelivr.net/npm/daisyui@3.1.6/dist/full.css" rel="stylesheet" type="text/css" /><script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script><script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script><script defer src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.156.1/three.min.js"></script><script type="module" src="main.js"></script><title>Starfleet Interactive Guide</title><script defer src="app.js"></script>
</head>
<body>
	<div class="p-10 mb-10">
		<div class="flow-root">
			<div class="float-left">
				<a href="index.html">Back to Home</a>
			</div>
			<div class="float-right">
				<a href="career.html">Career Paths >></a>
			</div>
		</div>
	</div>
	<div class="flex flex-col items-center p-20 bg-gradient-to-br from-yellow-300 via-yellow-200 to-yellow-50 h-screen">
		<h1 class="text-5xl font-bold mb-5 text-yellow-900 mb-10">Welcome to Starfleet!</h1>
		<p class="text-xl font-semibold text-yellow-700 mb-10">Explore our interactive guide to start your career in Starfleet.</p>
		<button class="btn btn-lg btn-success mb-10">Get Started</button>
	</div>
</body>
</html>