2023-08-16 23:31:28 +01:00

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>