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.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.2 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/magic-box.png" class="w-48 mx-auto" />
							 | 
						|
									<!-- Heading -->
							 | 
						|
									<h1 id="ViewHeading" class="text-3xl text-center font-normal mt-4">Welcome to Time Safari!</h1>
							 | 
						|
								
							 | 
						|
									<p class="text-center text-xl font-light mt-1">(A brief, one-sentence description of the app goes here.)</p>
							 | 
						|
								
							 | 
						|
									<div class="fixed bottom-0 left-0 right-0 z-50">
							 | 
						|
										<div class="flex p-4 gap-2">
							 | 
						|
											<a href="intro-02.html" class="block w-3/4 text-center text-md uppercase bg-blue-600 text-white px-1.5 py-2 rounded-md">Next</a>
							 | 
						|
											<a href="start.html" class="block w-1/4 text-center text-md uppercase bg-slate-300 text-slate-500 px-1.5 py-2 rounded-md">Skip</a>
							 | 
						|
										</div>
							 | 
						|
									</div>
							 | 
						|
								</section>
							 | 
						|
								</body>
							 | 
						|
								
							 | 
						|
								</html>
							 |