nochrome
This commit is contained in:
parent
6d7676ac76
commit
38884e152b
2 changed files with 173 additions and 0 deletions
29
astro/src/layouts/Layout-nochrome.astro
Executable file
29
astro/src/layouts/Layout-nochrome.astro
Executable file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
import Header from "../components/Header.astro";
|
||||
import Head from "../components/Head.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
interface Props {
|
||||
title: string;
|
||||
}
|
||||
|
||||
const { title } = Astro.props;
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<Head />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
<body onload="redirect()">
|
||||
<Header />
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<slot />
|
||||
</div>
|
||||
</section>
|
||||
<Footer />
|
||||
<script type="text/javascript" src="/scripts/rain.js"></script>
|
||||
<script type="text/javascript" src="/scripts/galactic-font.js"></script>
|
||||
</body>
|
||||
</html>
|
144
astro/src/pages/nochrome.astro
Normal file
144
astro/src/pages/nochrome.astro
Normal file
|
@ -0,0 +1,144 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout-nochrome.astro";
|
||||
---
|
||||
|
||||
<Layout title="LimePot">
|
||||
<main>
|
||||
<div class="content">
|
||||
<h1 class="title" style="text-align: center;">
|
||||
You Are Using a Chromium-based Browser.
|
||||
</h1>
|
||||
<h2 class="subtitle" style="text-align: center;">
|
||||
There are many reasons not to use chrome (as well as base
|
||||
firefox), consider using an alternative browser.
|
||||
</h2>
|
||||
<hr />
|
||||
<ul role="list">
|
||||
<li>
|
||||
<a href="https://fuckoffgoogle.de/">Google is Evil</a>
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://privacytests.org/">Browser Privacy Tests</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h2 class="subtitle" style="text-align: center;">
|
||||
Some Recommendations
|
||||
</h2>
|
||||
<ul role="list">
|
||||
<li>
|
||||
<a href="https://librewolf.net/">Librewolf</a>
|
||||
- A fork of Firefox, with a lot of privacy enhancing features.
|
||||
I highly recommend.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://mullvad.net/en/browser">Mullvad Browser</a>
|
||||
- Fork of Firefox made by the Mullvad team, in collaboration
|
||||
with the Tor team.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://www.waterfox.net/">Waterfox</a>
|
||||
- Also a fork of Firefox.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://servo.org/">Servo</a>
|
||||
- An up and coming browser built on its own rendering engine,
|
||||
managed by the Linux Foundation.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://www.netsurf-browser.org/"
|
||||
><span style="color: #e64553;">Netsurf</span></a
|
||||
>
|
||||
- Browser for RISC-OS.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.microsoft.com/en-us/download/internet-explorer"
|
||||
><span style="color: #e64553;">Internet Explorer</span
|
||||
></a
|
||||
>
|
||||
- Highly dependable, and long-lasting browser made by Microsoft.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.ncsa.illinois.edu/research/project-highlights/ncsa-mosaic/"
|
||||
><span style="color: #e64553;">NCSA Mosaic</span></a
|
||||
>
|
||||
- Probably the best browser you could be using in the modern
|
||||
day.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.nintendo.com/en-gb/Wii/Wii-Channels/Internet-Channel/Internet-Channel-631781.html"
|
||||
><span style="color: #e64553;"
|
||||
>Nintendo Internet Channel</span
|
||||
></a
|
||||
>
|
||||
- The Internet Channel brings the web to your TV and makes surfing
|
||||
a social experience!
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://http://kmeleonbrowser.org/"
|
||||
><span style="color: #e64553;">K-Meleon Browser</span
|
||||
></a
|
||||
>
|
||||
- K-Meleon is a lightweight, customizable, open-source web browser.
|
||||
It's designed for Microsoft Windows (Win32) operating systems.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a href="https://www.youtube.com/watch?v=grCAPm3yIaU"
|
||||
><span style="color: #e64553;">Omori</span></a
|
||||
>
|
||||
- Explore a strange world full of colorful friends and foes.
|
||||
When the time comes, the path you’ve chosen will determine your
|
||||
fate... and perhaps the fate of others as well.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.haiku-os.org/docs/userguide/en/applications/webpositive.html"
|
||||
><span style="color: #e64553;">WebPositive</span></a
|
||||
>
|
||||
- WebPositive, or Web+ for short, is Haiku's native web browser.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.amazon.com/Nintendo-DS-Browser/dp/B001DLFAA0/"
|
||||
><span style="color: #e64553;">Nintendo DS Browser</span
|
||||
></a
|
||||
>
|
||||
- With the Nintendo DS Browser, anyone can enjoy quick, easy
|
||||
and portable access to the World Wide Web on the DS Lite.
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
<a
|
||||
href="https://www.nintendo.com/en-gb/Support/Wii/Usage/Wii-Menus/Accessing-the-Wii-Menu-and-System-Settings/Accessing-the-Wii-Menu-and-System-Settings-242881.html"
|
||||
><span style="color: #e64553;">Wii Menu</span></a
|
||||
>
|
||||
- Wii Menu and System Settings, being Opera
|
||||
</li>
|
||||
</ul>
|
||||
<hr />
|
||||
<a
|
||||
href="https://chromewebstore.google.com/detail/user-agent-switcher-and-m/bhchdcejhohfmigjafbampogmaanbfkg"
|
||||
><h2 style="text-align: center;">
|
||||
If you are really dead-set on using chromium to browse this
|
||||
website, you can use a user-agent switcher
|
||||
</h2></a
|
||||
>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
Loading…
Reference in a new issue