diff --git a/notes/basic HTML template with all the gubbins.md b/notes/basic HTML template with all the gubbins.md
index aa317e9..edb7f0e 100644
--- a/notes/basic HTML template with all the gubbins.md
+++ b/notes/basic HTML template with all the gubbins.md
@@ -3,10 +3,9 @@ date: 2024-11-09
title: basic HTML template with all the gubbins
tags: html
---
-
I create a lot of websites. I'm also a big fan of very performant, very accessible websites. I'm also a big fan of the phrase "the important thing first is for a webpage to exist, then after that to look nice".
-With that in mind, this is the HTML template I usually start with to make a new webpage. It's made to manually replace the things in curly brackets, but also has the bonus that you could use it with a templating language like (my favourite).
+ith that in mind, this is the HTML template I usually start with to make a new webpage. It's made to manually replace the things in curly brackets, but also has the bonus that you could use it with a templating language like (my favourite).
```html