50 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>J4YC33</title>
 | |
|         <link rel="stylesheet" href="style.css">
 | |
|         <link rel="icon" type="image/x-icon" href="/images/favico.png">
 | |
|     </head>
 | |
| 
 | |
|     <body >
 | |
|         <header style="text-align: center;">
 | |
|             <a href="index.html"><img style="margin-left: auto; margin-right: auto;" src="images/gifs/header.gif" alt="J4YC33 Banner"/></a>
 | |
|         </header>
 | |
|         <div id="container">
 | |
|         <nav style="margin-left: auto; margin-right: auto; text-align: center;">
 | |
|             <a class="navbar" href="about.html">About</a> | 
 | |
|             <a class="navbar" href="fun.html">Fun</a> | 
 | |
|             <a class="navbar" href="links.html">Links</a> | 
 | |
|             <a class="navbar" href="trek.html">Star Trek</a> | 
 | |
|             <a class="navbar" href="shadowbox.html">Shadowbox</a> |
 | |
|             <a class="navbar" href="posts.html">Posts</a>
 | |
|         </nav>
 | |
| 
 | |
|         <content style="text-align: center; ">
 | |
| 			<h1>ShadowBox</h1>
 | |
| 			<h2>Where I keep my badges!</h2>
 | |
| 			<p>These gifs, buttons, blinkies, etc. Speak to my soul. Enjoy them.</p>
 | |
| 			<p><img src="images/gifs/internetprivacy.gif" alt="Internet Privacy Now"><img src="images/gifs/ds91.png" alt="Deep Space Nine."><img src="images/gifs/neocities.gif" alt="Make a Neocities">
 | |
| 			<img src="images/gifs/deletetwitter.gif" alt="Delete Social Media"><img src="images/gifs/righttorepair.jpg" alt="I support the right to repair"></p>
 | |
| 			<p><img src="images/gifs/startrek.gif" alt="Star Trek"><img src="images/gifs/stargazer.gif" alt="I gaze at Stars"><img src="images/gifs/autismacceptancebutton.jpg" alt="Autism acceptance now">
 | |
| 			<img src="images/gifs/wikiasucks.gif" alt="Wikia Sucks"><img src="images/gifs/deletefacebook.gif" alt="Delete Social Media"><img src="images/gifs/paywalls.png" alt="Paywalls Gatekeep Knowledge"></p>
 | |
| 			<p><img src="images/gifs/drpepper.gif" alt="dr pepper">
 | |
| 			    | <img src="images/gifs/nft.gif" alt="NFT? No Fucking Thanks!">
 | |
| 			    | <img src="images/CodedByHand.png" alt="Coded by Hand">
 | |
| 			</p>        </content>
 | |
|         <hr>
 | |
|         <p class="center"><a href="https://j4yc33.123guestbook.com/">Guestbook?</a><br /></p>
 | |
|     <iframe src="https://www3.cbox.ws/box/?boxid=3518910&boxtag=h5mbfK" width="100%" height="150" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
 | |
|         <div id="clear"></div>
 | |
|         </div>
 | |
|         <footer style="text-align: center;""> 
 | |
|             <hr />
 | |
|             <p>
 | |
|             J4YC33 made this site. With a custom SSG. <br />
 | |
|             (cc0) <br />
 | |
|             </p>
 | |
| 
 | |
|         </footer>
 | |
|     </body>
 | |
| 
 | |
| </html> |