|
1 | | -<!doctype html> |
2 | | -<html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>You should be redirected...</title> |
7 | | - <link rel="stylesheet" href="styles.css" /> |
8 | | - <link rel="icon" href="/logo.svg" type="image/svg+xml" /> |
9 | | - <meta |
10 | | - http-equiv="refresh" |
11 | | - content="0; url=https://github.com/Obsidian-OS" |
12 | | - /> |
13 | | - </head> |
14 | | - <body> |
15 | | - <div class="background-container"></div> |
16 | | - <nav> |
17 | | - <div class="nav-container"> |
18 | | - <div class="nav-left"> |
19 | | - <img |
20 | | - src="logo.svg" |
21 | | - alt="ObsidianOS Logo" |
22 | | - class="nav-logo" |
23 | | - /> |
24 | | - <a href="/" class="nav-title">ObsidianOS</a> |
25 | | - </div> |
26 | | - <div class="nav-links"> |
27 | | - <a href="/download.html">Install</a> |
28 | | - <a href="https://wiki.obsidianos.xyz/">Wiki</a> |
29 | | - <a |
30 | | - href="https://github.com/Obsidian-OS/" |
31 | | - target="_blank" |
32 | | - rel="noopener noreferrer" |
33 | | - >GitHub</a |
34 | | - > |
35 | | - <a |
36 | | - href="https://www.reddit.com/r/obsidian_OS/" |
37 | | - target="_blank" |
38 | | - rel="noopener noreferrer" |
39 | | - >Reddit</a |
40 | | - > |
41 | | - <a |
42 | | - href="https://dsc.gg/obsidianos" |
43 | | - target="_blank" |
44 | | - rel="noopener noreferrer" |
45 | | - >Discord</a |
46 | | - > |
47 | | - </div> |
48 | | - </div> |
49 | | - </nav> |
50 | | - <main> |
51 | | - <header> |
52 | | - <h1 class="main-title">You should be redirected soon...</h1> |
53 | | - </header> |
54 | | - </main> |
55 | | - </body> |
56 | | -</html> |
| 1 | +<meta charset="UTF-8" /> |
| 2 | +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 3 | +<title>You should be redirected...</title> |
| 4 | +<link rel="stylesheet" href="styles.css" /> |
| 5 | +<link rel="icon" href="/logo.svg" type="image/svg+xml" /> |
| 6 | +<meta |
| 7 | + http-equiv="refresh" |
| 8 | + content="0; url=https://github.com/Obsidian-OS" |
| 9 | +/> |
0 commit comments