43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="chrome=1">
 | |
|     <title>Haste-server by seejohnrun</title>
 | |
|     
 | |
|     <link rel="stylesheet" href="stylesheets/styles.css">
 | |
|     <link rel="stylesheet" href="stylesheets/pygment_trac.css">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
 | |
|     <!--[if lt IE 9]>
 | |
|     <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
 | |
|     <![endif]-->
 | |
|   </head>
 | |
|   <body>
 | |
|     <div class="wrapper">
 | |
|       <header>
 | |
|         <h1>Haste-server</h1>
 | |
|         <p>open source pastebin written in node.js</p>
 | |
|         <p class="view"><a href="https://github.com/seejohnrun/haste-server">View the Project on GitHub <small>seejohnrun/haste-server</small></a></p>
 | |
|         <ul>
 | |
|           <li><a href="https://github.com/seejohnrun/haste-server/zipball/master">Download <strong>ZIP File</strong></a></li>
 | |
|           <li><a href="https://github.com/seejohnrun/haste-server/tarball/master">Download <strong>TAR Ball</strong></a></li>
 | |
|           <li><a href="https://github.com/seejohnrun/haste-server">Fork On <strong>GitHub</strong></a></li>
 | |
|         </ul>
 | |
|       </header>
 | |
|       <section>
 | |
|         <h1>Pastebin</h1>
 | |
| 
 | |
| <p>haste-server is an open source pastebin.  You can see an example at <a href="http://hastebin.com">hastebin.com</a>, and it's easy to install locally.</p>
 | |
| 
 | |
| <h2>GitHub</h2>
 | |
| 
 | |
| <p>Check out the project on <a href="https://github.com/seejohnrun/haste-server">github</a></p>
 | |
|       </section>
 | |
|       <footer>
 | |
|         <p>This project is maintained by <a href="https://github.com/seejohnrun">seejohnrun</a></p>
 | |
|         <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
 | |
|       </footer>
 | |
|     </div>
 | |
|     <script src="javascripts/scale.fix.js"></script>
 | |
|   </body>
 | |
| </html> |