forked from Trivernis/no-chromium
Add initial website
commit
77871d4098
@ -0,0 +1,60 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Noto Sans, sans serif;
|
||||
}
|
||||
.banner {
|
||||
margin: 10%;
|
||||
font-size: 2em;
|
||||
}
|
||||
.content {
|
||||
margin: 0 10%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<center class="banner">
|
||||
<h1>No Chromium</h1>
|
||||
<h2>This website does not accept chromium based browsers</h2>
|
||||
<h3>Use a different web browser</h3>
|
||||
</center>
|
||||
<section class="content">
|
||||
|
||||
<h2>What is Chromium?</h2>
|
||||
<p>
|
||||
Chromium is a web browser developed by Google. Many modern web browsers
|
||||
use its codebase and extened upon it, for example:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Google Chrome</li>
|
||||
<li>Opera</li>
|
||||
<li>Microsoft Edge</li>
|
||||
<li>Brave Browser</li>
|
||||
</ul>
|
||||
<a href="https://en.wikipedia.org/wiki/Chromium_(web_browser)">more...</a>
|
||||
|
||||
<h2>Why is this a bad thing?</h2>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<h2>Examples</h2>
|
||||
<ul>
|
||||
<li>WebIntegrity</li>
|
||||
<li>Widevine</li>
|
||||
<li style="color: red">TODO...</li>
|
||||
</ul>
|
||||
|
||||
<h2>What can I do</h2>
|
||||
<p>
|
||||
You should use alternative browsers like <a href="https://www.mozilla.org/en-US/firefox/">Firefox</a>
|
||||
or, even better, <a href="https://librewolf.net/">LibreWolf</a>
|
||||
</p>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue