From 9b3ab0b17bef746fabc6661e71a7a4a3f6a7ffff Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 10 May 2024 07:25:48 +0000 Subject: [PATCH] fix: broken (missing) links to frameworks on about page (#29) --- pages/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/about.php b/pages/about.php index 9003c79..7cf9e4b 100755 --- a/pages/about.php +++ b/pages/about.php @@ -10,7 +10,7 @@

This website

-

This site and all of its components are 100% free and open source software. The website is designed and built by me from the ground up on top of my own Vegvisir (web) and Reflect (API) framework. There are no cookies or trackers on this site. The only information I have about you is your public client/proxy IP-address () plus the pages and resources your browser requests. None of this data is used for analytics.

+

This site and all of its components are 100% free and open source software. The website is designed and built by me from the ground up on top of my own Vegvisir (web) and Reflect (API) framework. There are no cookies or trackers on this site. The only information I have about you is your public client/proxy IP-address () plus the pages and resources your browser requests. None of this data is used for analytics.

Checkout the website source code on GitHub