46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en-US">
 | 
						|
	<head>
 | 
						|
		<meta charset="UTF-8">
 | 
						|
		<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
 | 
						|
		<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 | 
						|
		<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 | 
						|
		<link rel="manifest" href="/site.webmanifest">
 | 
						|
		<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
 | 
						|
		<meta name="apple-mobile-web-app-title" content="Isaac's Website">
 | 
						|
		<meta name="application-name" content="Isaac's Website">
 | 
						|
		<meta name="msapplication-TileColor" content="#da532c">
 | 
						|
		<meta name="theme-color" content="#ffffff">
 | 
						|
		<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
		<meta name="Keywords" content="minecraft, isaac, shoebottom, jellyfin">
 | 
						|
		<meta name="Description" content="Isaac Shoebottom's website homepage!">
 | 
						|
 | 
						|
		<title>Isaac's Website</title>
 | 
						|
 | 
						|
		<link rel="stylesheet" href="style.css">
 | 
						|
	</head>
 | 
						|
 | 
						|
	<body>
 | 
						|
		<div class="text">
 | 
						|
			<h1>Isaac's domain</h1>
 | 
						|
 | 
						|
			<p>List of things on this domain!</p>
 | 
						|
			<ul>
 | 
						|
				<li><a href="https://jellyfin.shoebottom.ca">Jellyfin</a></li>
 | 
						|
				<li><a href="https://dynmap.shoebottom.ca">Minecraft Dynmap</a></li>
 | 
						|
				<li><a href="/host/memes/">Memes</a></li>
 | 
						|
      				<!-- <li><a href="/music/">Music</a></li> -->
 | 
						|
				<!-- <li><a href="/tv/">TV</a></li> -->
 | 
						|
				<!-- <li><a href="/movies/">Movies</a></li> -->
 | 
						|
				<!-- <li><a href="/anime/">Anime</a></li> -->			
 | 
						|
			</ul>
 | 
						|
		</div>
 | 
						|
	</body>
 | 
						|
	
 | 
						|
	<div class="image">
 | 
						|
		<img src="image.jpg" alt="Biden's America" class="image">
 | 
						|
		<img src="image2.jpg" alt="It's ok little minion" class="image">
 | 
						|
		<img src="https://i.imgur.com/aEyOuaF.png" width="30%" height="30%" alt="It's the crazy frog!" class="image">
 | 
						|
	</div>
 | 
						|
</html>
 |