|
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 | | - <script src="/assets/scripts/home.js"></script> |
7 | | - <link rel="shortcut icon" id="dynamic-favicon" href="favicon.png"> |
8 | | - <title id="dynamic-title">Home</title> |
9 | | - <link rel="stylesheet" href="/assets/styles/main.css"> |
10 | | - <link rel="stylesheet" href="/assets/styles/home.css"> |
11 | | - <link rel="stylesheet" href="/assets/styles/theme/solid/default.css"> |
12 | | - <link rel=" stylesheet" href=" https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> |
13 | | - <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
14 | | -</head> |
15 | | -<body> |
16 | | -<div class="fixed-nav-bar"> |
17 | | - <div class="fixed-nav-bar-container"><a class="icon" href="/./"><img id="INImg" src="main.png"></a></div> |
18 | | - <div class="fixed-nav-bar-right"> |
19 | | - <a class="navbar-link" href="/./-"><i class="fa-solid fa-gamepad navbar-icon"></i>Games</a> |
20 | | - <a class="navbar-link" href="/./~"><span class="material-symbols-outlined weird-icon">apps</span>Apps</a> |
21 | | - <a class="navbar-link" href="/./0"><i class="fa-solid fa-table navbar-icon"></i>Tabs</a> |
22 | | - <a class="navbar-link" href="/./!"><i class="fa-solid fa-gear navbar-icon settings-icon"></i>Settings</a> |
23 | | - </div> |
24 | | - </div> |
25 | | - <div id="particles-js"> |
26 | | - <script rel="preload" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
27 | | - <div class="main"> |
28 | | - <h1 class="title">Interstellar</h1> |
29 | | - <div class="search-container"> |
30 | | - <form method="POST"> |
31 | | - <input class="main-search" placeholder="Search with Google or enter address" type="text"/> |
32 | | - </form> |
33 | | - </div> |
34 | | - </div> |
35 | | - </div> |
36 | | - <div class="footer"> |
37 | | - <!--- |
38 | | - <div class="featured-text"> |
39 | | - <div class="featured-text-box"><h1>Featured</h1></div> |
40 | | - </div> |
41 | | - <div class="featured"> |
42 | | - <div class="shortcut-container"> |
43 | | - <input onclick="blank('https://play.geforcenow.com');" class="shortcut" id="geforce" type="button"/> |
44 | | - <input onclick="blank('https://now.gg/play/roblox-corporation/5349/roblox');" class="shortcut" id="roblox" type="button"/> |
45 | | - <input onclick="blank('https://canary.discord.com');" class="shortcut" id="discord" type="button"/> |
46 | | - <input onclick="blank('https://interstellar-assets.pages.dev/minecraft-15/');" class="shortcut" id="eagler" type="button"/> |
47 | | - <input onclick="blank('https://youtube.com/');" class="shortcut" id="youtube" type="button"/> |
48 | | - <input onclick="blank('https://tiktok.com');" class="shortcut" id="tiktok" type="button"/> |
49 | | - </div> |
50 | | - </div> |
51 | | - ---> |
52 | | - <div class="lower-footer"> |
53 | | - <h1><a href="https://github.com/interstellarnetwork/interstellar">GitHub</a>・<a href="https://discord.gg/interstellar">Discord</a>・<a href="https://status.gointerstellar.app/">Status</a></h1> |
54 | | - </div> |
55 | | - </div> |
56 | | - </div> |
57 | | - <script src="assets/scripts/index.js?v=1"></script> |
58 | | - <script src="./m/bundle.js"></script> |
59 | | - <script src="./m/config.js"></script> |
60 | | -<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
61 | | - </div> |
62 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script> |
63 | | - <script> |
64 | | - window.dataLayer = window.dataLayer || []; |
65 | | - |
66 | | - function gtag() { |
67 | | - dataLayer.push(arguments); |
68 | | - } |
69 | | - gtag('js', new Date()); |
70 | | - gtag('config', 'G-WKJQ5QHQTJ'); |
71 | | - </script> |
72 | | - <script src="/assets/scripts/global.js"></script> |
73 | | - <script src="/assets/scripts/settings.js"></script> |
74 | | -</body> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="referrer" content="no-referrer" /> |
| 6 | + <meta http-equiv="X-Frame-Options" content="SAMEORIGIN" /> |
| 7 | + <meta http-equiv="X-Content-Type-Options" content="nosniff" /> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 9 | + <script src="/assets/scripts/home.js"></script> |
| 10 | + <link rel="shortcut icon" id="dynamic-favicon" href="favicon.png" /> |
| 11 | + <title id="dynamic-title">Home</title> |
| 12 | + <link rel="stylesheet" href="/assets/styles/main.css" /> |
| 13 | + <link rel="stylesheet" href="/assets/styles/home.css" /> |
| 14 | + <link rel="stylesheet" href="/assets/styles/theme/solid/default.css" /> |
| 15 | + <link |
| 16 | + rel="stylesheet" |
| 17 | + href=" https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> |
| 18 | + <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="fixed-nav-bar"> |
| 22 | + <div class="fixed-nav-bar-container"> |
| 23 | + <a class="icon" href="/./"><img id="INImg" src="main.png" /></a> |
| 24 | + </div> |
| 25 | + <div class="fixed-nav-bar-right"> |
| 26 | + <a class="navbar-link" href="/./-"><i class="fa-solid fa-gamepad navbar-icon"></i>Games</a> |
| 27 | + <a class="navbar-link" href="/./~"><span class="material-symbols-outlined weird-icon">apps</span>Apps</a> |
| 28 | + <a class="navbar-link" href="/./0"><i class="fa-solid fa-table navbar-icon"></i>Tabs</a> |
| 29 | + <a class="navbar-link" href="/./!"><i class="fa-solid fa-gear navbar-icon settings-icon"></i>Settings</a> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + <div id="particles-js"> |
| 33 | + <script rel="preload" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> |
| 34 | + <div class="main"> |
| 35 | + <h1 class="title">Interstellar</h1> |
| 36 | + <div class="search-container"> |
| 37 | + <form method="POST"> |
| 38 | + <input class="main-search" placeholder="Search with Google or enter address" type="text" /> |
| 39 | + </form> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + <div class="footer"> |
| 43 | + <!--- |
| 44 | + <div class="featured-text"> |
| 45 | + <div class="featured-text-box"><h1>Featured</h1></div> |
| 46 | + </div> |
| 47 | + <div class="featured"> |
| 48 | + <div class="shortcut-container"> |
| 49 | + <input onclick="blank('https://play.geforcenow.com');" class="shortcut" id="geforce" type="button"/> |
| 50 | + <input onclick="blank('https://now.gg/play/roblox-corporation/5349/roblox');" class="shortcut" id="roblox" type="button"/> |
| 51 | + <input onclick="blank('https://canary.discord.com');" class="shortcut" id="discord" type="button"/> |
| 52 | + <input onclick="blank('https://interstellar-assets.pages.dev/minecraft-15/');" class="shortcut" id="eagler" type="button"/> |
| 53 | + <input onclick="blank('https://youtube.com/');" class="shortcut" id="youtube" type="button"/> |
| 54 | + <input onclick="blank('https://tiktok.com');" class="shortcut" id="tiktok" type="button"/> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + ---> |
| 58 | + <div class="lower-footer"> |
| 59 | + <h1> |
| 60 | + <a href="https://github.com/interstellarnetwork/interstellar">GitHub</a>・<a |
| 61 | + href="https://discord.gg/interstellar" |
| 62 | + >Discord</a |
| 63 | + >・<a href="https://status.gointerstellar.app/">Status</a> |
| 64 | + </h1> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + <script src="assets/scripts/index.js?v=1"></script> |
| 69 | + <script src="./m/bundle.js"></script> |
| 70 | + <script src="./m/config.js"></script> |
| 71 | + <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
| 72 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script> |
| 73 | + <script> |
| 74 | + window.dataLayer = window.dataLayer || [] |
| 75 | + |
| 76 | + function gtag() { |
| 77 | + dataLayer.push(arguments) |
| 78 | + } |
| 79 | + gtag('js', new Date()) |
| 80 | + gtag('config', 'G-WKJQ5QHQTJ') |
| 81 | + </script> |
| 82 | + <script src="/assets/scripts/global.js"></script> |
| 83 | + <script src="/assets/scripts/settings.js"></script> |
| 84 | + </body> |
| 85 | +</html> |
0 commit comments