-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlinux.html
More file actions
33 lines (30 loc) · 1.5 KB
/
linux.html
File metadata and controls
33 lines (30 loc) · 1.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Stupid Linux Garbage | Orangestar</title>
<link rel="icon" type="image/png" href="/starvatar.png">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<meta property="og:title" content="Stupid Linux Garbage I Had To Search For And Troubleshoot" />
<meta property="og:description" content="Archived here so you don't have to.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.orangestar.dev/starvatar.png">
<meta property="og:url" content="https://www.orangestar.dev/linux.html">
<meta name="theme-color" content="#FF7700">
<link href="/res/main.css" rel="stylesheet" type="text/css"/>
<link href="/res/side.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="Refresh" content="0; URL=https://www.orangestar.dev/articles/live/linux.html" />
</head>
<body>
<header>
<h1>Stupid Linux Garbage I Had To Search For And Troubleshoot</h1>
<p class="centered">Archived here so you don't have to do that.</p>
<p class="small"><a href="/">← Return to Main page</a></p>
</header>
<main>
<h3>This page has moved to</h3>
<a href="/articles/live/linux.html"><code class="box">http://orangestar.dev/articles/live/linux.html</code></a>
<p>Your browser has been told to redirect you to this page as soon as possible. If it doesn't happen, please click the link.</p>
</main>
</body>
</html>