forked from RobloxEnderman/mycustomtest.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thoriumos.html
77 lines (77 loc) · 6.23 KB
/
thoriumos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<!-- https://thorium.rocks/thoriumos -->
<html lang="en-US">
<head>
<!-- Header -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="hifatYlDqXcTUY8nWdPRAB_1R49s17sa6rGUP844IPY">
<link rel="preload" href="fonts/roboto-v30-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="css/thorium.css">
<link rel="stylesheet" href="css/media.css">
<title>ThoriumOS</title>
<meta name="description" content="ChromiumOS fork with Thorium Browser, x264/x265 codecs, Widevine, Kernel 5.15, Linux Firmware/Modules support, Nouveau, Intel/AMD microcode, and extra packages.">
<meta name="color-scheme" content="light dark">
<link rel="author" href="humans.txt">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<meta itemprop="image" content="thumb.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#ffffff">
<meta name="msapplication-TileColor" content="#24292f">
<meta name="theme-color" content="#ffffff">
<script>
function toggleDarkMode(useDark) {
if (useDark) {
document.documentElement.classList.add('dark');
document.documentElement.classList.remove('light');
} else {
document.documentElement.classList.remove('dark');
document.documentElement.classList.add('light');
}
}
let useDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
if (!useDark && localStorage.getItem('dark-mode') === 'true') {
useDark = true;
toggleDarkMode(useDark);
} else if (localStorage.getItem('dark-mode') === 'false') {
useDark = false;
toggleDarkMode(useDark);
}
</script>
</head>
<body>
<!-- Main Logo -->
<div id="spinner">
<img class="spin shadow" style="margin-right: 10px; margin-bottom: 2px;" src="imgs/thoriumos_bootsplash.png" width="600" alt="ThoriumOS Logo" title="ThoriumOS Logo (Click Me!)">
</div>
<div class="d-flex">
<h1><span class="title"><b><u>ThoriumOS - </u></b></span><br> <small><b><em>ChromiumOS for the masses.</em></b></small></h1>
<img class="crbook fly d-flex2" src="misc/crbook.jpg" width="128" title="Thoriumbook" alt="Chromebook">
</div>
<hr class="line">
<p class="intro" title="Description"><a title="ChromiumOS" rel="noopener" href="https://www.chromium.org/chromium-os/">ChromiumOS</a> fork with Thorium Browser, x264/x265 codecs, Widevine, Kernel 5.15, Linux Firmware/Modules support, Nouveau, Intel/AMD microcode, and extra packages.</p>
<!-- Dark/Light Mode Button -->
<button id="darkbutton" title="Toggle Dark/Light Mode">Toggle Dark/Light Mode</button> <small><a href="../index.html">Back to main page</a></small>
<h2 class="h2"><u>Installation</u><img class="bubbles2 shadow" src="imgs/thorium_bubbles.svg" width="128" height="128" alt="Thorium Bubbles" title="Thorium Bubbles"></h2>
<p style="width: 100%;">The repo hosts .7z files in the Releases section with a .bin file inside. <br> It is located at: <a title="ThoriumOS Repo" rel="noopener" href="https://github.com/Alex313031/ThoriumOS/">https://github.com/Alex313031/ThoriumOS/</a> <br></p>
<p class="p2"><b>To install:</b><img src="imgs/hdd.svg" width="34" title="Install" alt="Hard Drive Icon" class="spin2 fav2"> <br> - Flash the .bin file to a USB Flash Drive (8GB or larger). You can use <a title="CrOS DD" href="misc/CrOS_DD.md">DD</a>, <a title="Balena Etcher" rel="noopener" href="https://etcher.io/">Etcher</a>, the <a title="CrOS Recovery Utility" rel="noopener" href="https://chrome.google.com/webstore/detail/chromebook-recovery-utili/pocpnlppkickgojjlmhdmidojbmbodfm">ChromeBook Recovery Utility</a>, <a title="Rufus" rel="noopener" href="https://rufus.ie/">Rufus</a>, or <a title="CrOS Flash" rel="noopener" href="https://chromium.googlesource.com/chromiumos/docs/+/HEAD/cros_flash.md#removable-device">cros_flash</a>. <br> - Install to your device by following <a title="CrOS Installation" rel="noopener" href="https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md#Installing-your-ChromiumOS-image-to-your-hard-disk">CrOS Installation</a>. However when running <code>/usr/sbin/chromeos-install</code> append <code>--dst /dev/sdxx</code>, where <code><em>sdxx</em></code> is your hard drive i.e. <code>sda1</code>. <br> <b> <em>See also</em> : </b><a title="CrOS TrImLy Script" href="https://github.com/Alex313031/TrImLy">TrImLy</a>
</p>
<img class="thoros" src="imgs/os-install-success.svg" width="256" height="256" title="ThoriumOS Install" alt="ThoriumOS Install">
<audio title=""Watching"" alt="Watching.mp3" class="sound" controls="true" autoplay loop><source src="media/Watching.mp3" type="audio/mpeg">Your browser does not support the audio element.</audio><br>
<p title="Thanks!" style="font-weight: 600"><em>Thanks for using ThoriumOS!</em></p>
<p title="Das Credits"><img src="imgs/info.svg" width="20" title="Info" alt="Info Icon" class="spin2 fav"> <em>Credits: <a title="humans.txt" href="humans.txt">HuMaNs</a></em> ⚧<em title="Funny 404 Error Page"> 404 Test Page: </em><em><a title="404 Test" href="404.html">blah</a></em> <img src="misc/sadtab.svg" width="20" title="Sad Tab" alt="Sad Tab" class="spin2 fav"></p>
<!-- WebGL Cube Demo with Thorium Colours -->
<canvas title="WebGL Cube Demo" alt="WebGL Cube Demo" class="glcube canvas2" id="glcube" width="512" height="384"></canvas>
<script defer src="js/jquery-3.7.0.slim.min.js"></script>
<script defer src="js/spin.js"></script>
<script defer src="js/spin2.js"></script>
<script defer src="js/spun.js"></script>
<script defer src="js/button.js"></script>
<script defer src="js/gl-matrix-min_3.4.1.js"></script>
<script defer src="js/cube.js"></script>
</body>
</html>