52 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 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>Star Trek Quotes</h1>
 | |
| 			<p>Over the decades Star Trek has been a moral compass for many. There are quotes for every situation. Here are some collected quotes that resonate with me.</p>
 | |
| 			<dl class="text-align:left;">
 | |
| 			    <dt>"How many people does it take, Admiral, before it becomes wrong? Hmm? A thousand, fifty thousand, a million? How many people does it take, Admiral?"</dt>
 | |
| 			    <dd>Jean-Luc Picard to Admiral Dougherty about the relocation of the Baku by the Sona in Insurrection.</dd>
 | |
| 			     
 | |
| 			    <dt>" I am Worf, son of Mogh, House of Martok, son of Sergei, House of Rozhenko, Bane to the Duras Family, slayer of Gowron. I have made some chamomile tea. Do you take sugar?"</dt>
 | |
| 			    <dd>Worf to Raffi in Picard S3 after saving her life.</dd>
 | |
| 			     
 | |
| 			    <dt>"Time heals all wounds. But absence makes the heart grow fonder. I guess it's a little tricky. Emotions have a way of counterdicting themselves."</dt>
 | |
| 			    <dd>Hologram Captain Archer to Hologram T'pol in the finale of Enterprise discussing how to deal with Trip's unnecessary death.</dd>
 | |
| 			     
 | |
| 			</dl>        </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> |