Well, according to a certain someone, a web-page is an onion. Source: http://www.thenoodleincident.com/tutorials/design_rant/2.html
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <link rel="stylesheet" type="text/css" href="solarized_light.css">
 | |
| </head>
 | |
| <body>
 | |
| <p>
 | |
| Welcome.
 | |
| </p>
 | |
| <p>I elaborate a little about me, on this web-site, the look of which I have deliberately kept simple.
 | |
|   </p>
 | |
|   <hr />
 | |
|   <p><h3>Menu
 | |
|   </h3>
 | |
|   </p>
 | |
|   <ul>
 | |
|     <li><a href="religion.html">Religion
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="dvcs.html">Software development
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="poetry.html">Poetry
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="v_journal.html">
 | |
|       Visual art(s)
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="press.html">Press
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="qna.html">I take questions, or what I call "mini-interviews"
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="contact.html">Contact
 | |
|       </a>
 | |
|     </li>
 | |
|     <li><a href="activity.html">My online activity elsewhere
 | |
|       </a>
 | |
|     </li>
 | |
|     
 | |
|     <li><a href="colophon.html">Colophon
 | |
|       </a>
 | |
|     </li>
 | |
|       <li>
 | |
|     <a href="https://www.paypal.me/tonytoni">Donate to me</a>?
 | |
|       </li>
 | |
|       
 | |
|   </ul>
 | |
| <hr />
 | |
|   <p><a href="pona.html">
 | |
| Pona li pona
 | |
| </a>
 | |
| </p>
 | |
| </body>
 | |
| </html>
 |