You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							34 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							34 lines
						
					
					
						
							1.1 KiB
						
					
					
				
								<!doctype html>
							 | 
						|
								<html class="text-slate-700">
							 | 
						|
								<head>
							 | 
						|
									<title>Welcome - Time Safari</title>
							 | 
						|
									<meta charset="UTF-8">
							 | 
						|
									<meta name="viewport" content="width=device-width, initial-scale=1.0">
							 | 
						|
								
							 | 
						|
									<!-- Tailwind -->
							 | 
						|
									<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
							 | 
						|
								
							 | 
						|
									<!-- Font Awesome -->
							 | 
						|
									<script src="https://kit.fontawesome.com/2396c18fde.js" crossorigin="anonymous"></script>
							 | 
						|
								
							 | 
						|
									<link href="css/main.css" rel="stylesheet">
							 | 
						|
								</head>
							 | 
						|
								
							 | 
						|
								<body>
							 | 
						|
								<!-- CONTENT -->
							 | 
						|
								<section id="Content" class="p-6 pb-24 min-h-screen flex flex-col justify-center bg-gradient-to-b from-cyan-300 via-white via-60%">
							 | 
						|
									<img src="img/coin.png" class="w-60 mx-auto" />
							 | 
						|
									<!-- Heading -->
							 | 
						|
									<h1 id="ViewHeading" class="text-xl text-center font-semibold mt-4">(Feature / ability 03 goes here)</h1>
							 | 
						|
								
							 | 
						|
									<p class="text-center text-lg font-light mt-1">(A brief, one-sentence description of the feature / ability goes here.)</p>
							 | 
						|
								
							 | 
						|
									<div class="fixed bottom-0 left-0 right-0 z-50">
							 | 
						|
										<div class="flex p-4 gap-2">
							 | 
						|
											<a href="start.html" class="block w-full text-center text-md uppercase bg-blue-600 text-white px-1.5 py-2 rounded-md">Get Started!</a>
							 | 
						|
										</div>
							 | 
						|
									</div>
							 | 
						|
								</section>
							 | 
						|
								</body>
							 | 
						|
								
							 | 
						|
								</html>
							 |