13 lines
		
	
	
		
			269 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			269 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
<h1>Hi, I'm Fred</h1>
 | 
						|
<h2>I make stuff</h2>
 | 
						|
<p>Visit <a href="https://fredboniface.co.uk">fredboniface.co.uk</a> for the current website</p>
 | 
						|
 | 
						|
<style>
 | 
						|
    h1 {
 | 
						|
        margin-bottom: 0px;
 | 
						|
        padding-bottom: 0px;
 | 
						|
    }
 | 
						|
    h2 {
 | 
						|
        margin-top: 0px
 | 
						|
    }
 | 
						|
</style> |