mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
40 lines
1.7 KiB
HTML
40 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Thorium</title>
|
|
<style>
|
|
body {
|
|
margin: 1em auto;
|
|
max-width: 32em;
|
|
font-family: sans-serif;
|
|
padding: 1rem;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="imgs/thorium.svg" alt="Thorium Logo">
|
|
<h1>Thorium - <br><small>The fastest browser on earth.</small></h1>
|
|
<p>__________________________________________________________</p>
|
|
<p>Chromium fork for Linux, MacOS, Raspberry Pi, and Windows named after radioactive element No. 90.</p>
|
|
<p><b>Website under construction</b>. Meanwhile, you can check out the main <a rel="noopener" href="https://github.com/Alex313031/Thorium">repository</a>, read the <a rel="noopener" href="https://alex313031.blogspot.com/">developer blog,</a> or download releases for:</p>
|
|
<ul>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium/releases">Linux</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Special/releases">MacOS (ARM and x64)</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Special/releases">Raspberry Pi</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-Win/releases">Windows</a></li>
|
|
<li><a rel="noopener" href="https://github.com/Alex313031/Thorium-AVX2/releases">Windows AVX2</a></li>
|
|
</ul>
|
|
</body>
|
|
<body>
|
|
<button id="btn1">Dark Mode/Light Mode</button>
|
|
<script src="js/index.js"></script>
|
|
</body>
|
|
</html>
|
|
|