From 3b117515bac80de02e6dd89b865bf99e4e3a974d Mon Sep 17 00:00:00 2001 From: Autumn Date: Mon, 27 Apr 2026 22:09:16 +0100 Subject: [pages] switch to php template --- src/pages/index.php | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'src/pages/index.php') diff --git a/src/pages/index.php b/src/pages/index.php index 10753bb..152b9ff 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -1,22 +1,20 @@ - + + $page_title = "home"; - + ob_start(); - - +?> - home | autumn's forest +

welcome to autumn's forest :3

+

a bit about me: i'm somewhere between a nerdy transbian and a aroace foxgirlthing. i'll pad this out at a later date, i promise

+

this site is a work-in-progress - my last website was based off of the MacOS 9 theme & window layout. this was too much of a pain to deal with (and i lost my MacOS 9 icon pack and idk where to get them again :[) so i'm doing something different here.

+

for now, if you need me you can contact me at contact@autumnfo.rest, or check out my singular test blog post!

- + + $page_content = ob_get_clean(); -

welcome to autumn's forest :3

-

a bit about me: i'm somewhere between a nerdy transbian and a aroace foxgirlthing. i'll pad this out at a later date, i promise

-

this site is a work-in-progress - my last website was based off of the MacOS 9 theme & window layout. this was too much of a pain to deal with (and i lost my MacOS 9 icon pack and idk where to get them again :[) so i'm doing something different here.

-

for now, if you need me you can contact me at contact@autumnfo.rest, or check out my singular test blog post!

+ include "_template.php"; - - +?> -- cgit v1.3