-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfilehost.html
More file actions
59 lines (53 loc) · 1.96 KB
/
filehost.html
File metadata and controls
59 lines (53 loc) · 1.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>3.2 Quadratics</title>
<meta name="robots" content="nofollow">
<meta name="og:title" content="SH1MMER">
<meta name="og:description" content="SH1MMER Chromebook jailbreak">
<meta name="og:type" content="website">
<meta name="og:image" content="icon.png">
<meta name="og:url" content="https://sh1mmer.me/">
<link rel="icon" type="image/x-icon" href="icon.png" />
<link rel="stylesheet" href="main.css" />
<script src="assets/script.js" defer></script>
<link rel="icon" href="icon.png" type="image/x-icon"/>
<script>
var messages = {
mercury:
"Check the credits button at the bottom of the page for more info.",
friday:
"A rather unlucky day for sysadmins, indeed.",
pc:
"Or if you can download the recovery utility extension on your school computer, but that's exceedingly rare.",
board:
"Press ESC+REFRESH+POWER to enter recovery mode, and look up your codename on https://cros.tech/. Click your device, and your board name will be shown. Note that GRABBITER is the same as FLEEX (which is octopus) but is not shown on most online databases.",
launch:
"Click the extensions icon in Chrome, then click Chromebook Recovery Utility.",
};
</script>
<base target="_blank" />
</head>
<body>
<div class="header">
<h1>File Host</h1>
<p class="acronym">
files available for download
</p>
</div>
<div class="section blue">
<a href="shims.html" target="_self">shims</a>
<a href="images.html" target="_self">recovery images</a>
<p>more images to come soon</p>
<div class="section blue">
<h3>
<a href="Disclaimer.html" target="_self">Disclaimer + Terms of Service</a>
<a href="credits.html" target="_self">Credits</a>
<a href="help.html" target="_self">Help</a>
</h3>
<p>
</div>
</body>
</html>