48 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <link rel="stylesheet" href="/global.css">
 | |
|     <link rel="stylesheet" href="/color.css">
 | |
|     <link rel="stylesheet" href="/blockstart.css">
 | |
|     <script defer src="/js/alpine.js"></script>
 | |
|     <script src="/js/code.js"></script>
 | |
|     <title>ZedShaw.games</title>
 | |
|   </head>
 | |
|   <body data-testid="error-index-page">
 | |
|   <header>
 | |
|     <blockstart style="background-color: var(--value0)">
 | |
|     <block style="--value: 0; --text: 9" class="horizontal">
 | |
|       <a id="home" href="/">🏡</a>
 | |
|       <a id="live" href="/live/">Live</a>
 | |
|       <a id="stream" href="/stream/">Streams</a>
 | |
|       <a id="game" href="/game/">Games</a>
 | |
|       <a id="register" href="/register/">Register</a>
 | |
|       <a id="login" href="/login/">Login</a>
 | |
|     </block>
 | |
|     </blockstart>
 | |
|   </header>
 | |
| 
 | |
|   <blockstart>
 | |
| <h1>ERROR</h1>
 | |
| <p>You have an error.</p>
 | |
| </blockstart>
 | |
| 
 | |
| 
 | |
|   <footer>
 | |
|     <blockstart style="--value: 0; --text: 9">
 | |
|     <block class="horizontal">
 | |
|       <shape style="--w: 200px; --h: 250px">Zed Pic</shape>
 | |
|       <div>
 | |
|         <h3>About Me</h3>
 | |
|         <p>Blah blah about me.</p>
 | |
|       </div>
 | |
|       <div>
 | |
|         <h3>Other Projects</h3>
 | |
|         <p>Some other links to stuff.</p>
 | |
|       </div>
 | |
|     </block>
 | |
|     </blockstart>
 | |
|   </footer>
 | |
|   </body>
 | |
| </html>
 | 
