From 3b9bb27ab9179334fe3c96ae8dbc249061649aff Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 19 Jul 2024 13:09:00 +0200 Subject: Initial commit --- src/pages/about.php | 16 ++++++++++++++++ src/pages/index.php | 3 +++ src/pages/not_found.php | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 src/pages/about.php create mode 100644 src/pages/index.php create mode 100644 src/pages/not_found.php (limited to 'src/pages') diff --git a/src/pages/about.php b/src/pages/about.php new file mode 100644 index 0000000..69e772c --- /dev/null +++ b/src/pages/about.php @@ -0,0 +1,16 @@ + +format("%y"); + +?> + +About me + +

About me

+ + + +

Hello, I'm Jonas Kohl aka hozyro!

+

I'm -year-old student and software engineer. I use they/them, she/her and he/him pronouns.

diff --git a/src/pages/index.php b/src/pages/index.php new file mode 100644 index 0000000..3b15088 --- /dev/null +++ b/src/pages/index.php @@ -0,0 +1,3 @@ +hozyro's site + + diff --git a/src/pages/not_found.php b/src/pages/not_found.php new file mode 100644 index 0000000..b71d6c3 --- /dev/null +++ b/src/pages/not_found.php @@ -0,0 +1,2 @@ +Not found +

The requested page could not be found.

-- cgit v1.2.3