Skip to content

Commit

Permalink
updated basic HTML template with all the gubbins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Feb 2, 2025
1 parent be3bfe3 commit 94ae5c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notes/basic HTML template with all the gubbins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://handlebarsjs.com/> (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 <https://handlebarsjs.com/> (my favourite).

```html
<!DOCTYPE html>
Expand Down

0 comments on commit 94ae5c9

Please sign in to comment.