From 77871d4098080ba07600ddb8d06fc0d6757e2351 Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 26 Jul 2023 17:37:20 +0200 Subject: [PATCH] Add initial website --- index.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..4d15596 --- /dev/null +++ b/index.html @@ -0,0 +1,60 @@ + + + + + + +
+ +

What is Chromium?

+

+ Chromium is a web browser developed by Google. Many modern web browsers + use its codebase and extened upon it, for example: +

+ + more... + +

Why is this a bad thing?

+

+ Chromium based browsers dominate the market. This means that any changes + Google makes to the Chromium code base are also present in the browsers that build on it. + As Chromium based browsers are the majority, websites have to adapt. + This also forces non chromium browsers like Firefox to implement these changes. + This gives Google the power to steer the web in a direction they benefit from the most. +

+ +

Examples

+ + +

What can I do

+

+ You should use alternative browsers like Firefox + or, even better, LibreWolf +

+
+ + \ No newline at end of file