From 35c4a4616c13b1db27736a5f7f0fd35be81efc80 Mon Sep 17 00:00:00 2001 From: alifeee Date: Sat, 9 Nov 2024 21:29:15 +0000 Subject: [PATCH] uploaded basic HTML template with all the gubbins.md --- ...asic HTML template with all the gubbins.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 notes/basic HTML template with all the gubbins.md diff --git a/notes/basic HTML template with all the gubbins.md b/notes/basic HTML template with all the gubbins.md new file mode 100644 index 0000000..aa317e9 --- /dev/null +++ b/notes/basic HTML template with all the gubbins.md @@ -0,0 +1,49 @@ +--- +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). + +```html + + + + + + {{title}} + + + + + + + + + + + + + + + + + + + + + +
+
+ {{{content}}} +
+ + + + +``` + +Put it somewhere, and put something in there! Make a personal website! Make a blog! I will love you forever.