diff options
author | 53hornet <atc@53hor.net> | 2021-12-11 11:26:18 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-11 11:26:18 -0500 |
commit | 00d6a7d10f6267e437b330aa99df091bfc7c67b6 (patch) | |
tree | b3ffb8fc4f09933ebc8ed9c90f03412250199dd8 /includes | |
parent | de9bbfdb8f0d3b366e76a5cc775690f7315c740f (diff) | |
download | 53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.tar.xz 53hor-00d6a7d10f6267e437b330aa99df091bfc7c67b6.zip |
chore: organize pages and use router/renderer, organize assetsrouting
Diffstat (limited to 'includes')
-rw-r--r-- | includes/head.php | 4 | ||||
-rw-r--r-- | includes/iosevka-slab-regular.woff2 | bin | 376848 -> 0 bytes | |||
-rw-r--r-- | includes/nav.php | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/includes/head.php b/includes/head.php index 4b95e2f..748e4b7 100644 --- a/includes/head.php +++ b/includes/head.php @@ -15,7 +15,7 @@ @font-face { font-family: "Iosevka Slab"; font-display: swap; - src: url("/includes/iosevka-slab-regular.woff2"); + src: url("/assets/iosevka-slab-regular.woff2"); } :root { @@ -194,7 +194,7 @@ } ?> - <link rel="icon" href="/53hornet.svg" type="image/svg+xml"> + <link rel="icon" href="/assets/53hornet.svg" type="image/svg+xml"> </head> <body> diff --git a/includes/iosevka-slab-regular.woff2 b/includes/iosevka-slab-regular.woff2 Binary files differdeleted file mode 100644 index fda41e3..0000000 --- a/includes/iosevka-slab-regular.woff2 +++ /dev/null diff --git a/includes/nav.php b/includes/nav.php index de72e9d..03e9c5f 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -60,3 +60,4 @@ </li> </ul> </nav> +<hr /> |