add boilerplate

This commit is contained in:
2023-02-21 00:02:35 +10:30
commit 80ee80e014
19 changed files with 3964 additions and 0 deletions

View File

@ -0,0 +1 @@
<p>This is my footer | © 2022 Me.</p>

View File

@ -0,0 +1 @@
<h1>Welcome to my Homepage</h1>

View File

@ -0,0 +1,7 @@
<a href="/">Home</a>
<a href="/about/">About</a>
<a href="/links/">Links</a>
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}