70 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         
 | |
|         <meta charset="utf-8" />
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
|         <title>Tabletop Shit - Hazelnut</title>
 | |
|         <link rel="stylesheet" href="https://hazelnut.dev/style.css" />
 | |
|         <link rel="icon" href="https://hazelnut.dev/favicon.png" />
 | |
|         
 | |
|     </head>
 | |
|     <body>
 | |
|         <header>
 | |
|     <h1 class="site-title"><a href="https://hazelnut.dev">Hazel's Site</a></h1>
 | |
|     <nav id="navbar">
 | |
|         <ul>
 | |
|             
 | |
|                 <li>
 | |
|                     <a class="internal" href="https://hazelnut.dev/tabletop">
 | |
|                         Tabletop Shit
 | |
|                     </a>
 | |
|                 </li>
 | |
|             
 | |
|                 <li>
 | |
|                     <a class="" href="https://hazellanes.itch.io">
 | |
|                         Games
 | |
|                     </a>
 | |
|                 </li>
 | |
|             
 | |
|                 <li>
 | |
|                     <a class="" href="https://gitdab.com/hazelra">
 | |
|                         Code
 | |
|                     </a>
 | |
|                 </li>
 | |
|             
 | |
|         </ul>
 | |
|     </nav>
 | |
| </header>
 | |
| 
 | |
|         <div id="content">
 | |
|             
 | |
| <h1> Tabletop Shit </h1>
 | |
| <ul class="post-list">
 | |
|     
 | |
|     <li>
 | |
|         <a class="internal" href="https://hazelnut.dev/tabletop/habeltop-system/">
 | |
|             Habeltop RPG System
 | |
|             
 | |
|             
 | |
|                 <p class="post-date">
 | |
|                     2021-03-26
 | |
|                 </p>
 | |
|             
 | |
|                 
 | |
|                 <p class="post-desc">
 | |
|                     Hazel designs a little tabletop RPG system for hopefully finally running a campaign with friends.
 | |
|                 </p>
 | |
|                 
 | |
|         </a>
 | |
|     </li>
 | |
|     
 | |
| </ul>
 | |
| 
 | |
|         </div>
 | |
|         <div id="footer">
 | |
|             
 | |
|             
 | |
|         </div>
 | |
|     </body>
 | |
| </html>
 |