25 lines
		
	
	
		
			925 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			925 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <title>Townengine Wiki</title>
 | 
						|
    <link rel="stylesheet" href="style.css">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <h1>Townengine Wiki</h1>
 | 
						|
    <table>
 | 
						|
        <tr>
 | 
						|
            <td><strong>1.</strong> <a href="#about-townengine">About Townengnine</a></td>
 | 
						|
            <td><strong>2.</strong> <a href="#making-2dot5d-shooters">Making 2.5D Shooters</a></td>
 | 
						|
        </tr>
 | 
						|
    </tbody></table>
 | 
						|
    <p><a name="#about-townengine"></a><strong>1. </strong><a href="about-townengine.html"><strong>About Townengine</strong></a></p>
 | 
						|
    <blockquote>
 | 
						|
        <p style="margin:0in;margin-left:0.5in;text-indent:-.5in">1.1
 | 
						|
        <a href="about-townengine.html#introduction">Introduction</a></p>
 | 
						|
    </blockquote>
 | 
						|
    <p><a name="#making-2dot5d-shooters"></a><strong>2. </strong><a href="making-2dot5d-shooters.html"><strong>Making 2.5D Shooters</strong></a></p>
 | 
						|
    <blockquote>
 | 
						|
    </blockquote>
 | 
						|
  </body>
 | 
						|
</html>
 |