forked from UseInterstellar/Interstellar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
125 lines (119 loc) · 2.88 KB
/
changelog.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<html class="dark" style="overflow: auto; color-scheme: dark;">
<head>
<link rel="icon" type="image/x-icon" href="assets/images/branding/favicon/in.png">
<title>Interstellar | Changelog</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300&display=swap');
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap";
h3{
font-size: 30px;
color: ;
font-family: 'Unbounded', cursive;
}
h1, h2{
font-size: 25px;
font-weight: ;
font-family: 'Unbounded', cursive;
}
li, p {
font-size: 15px;
font-weight: light;
font-family: 'Unbounded', cursive;
}
.space{
margin-bottom: 1px;
}
.float{
float: left;
margin-top: -60px;
margin-left: 60px;
}
body {
color: #fff;
overflow-x: hidden;
font-family: poppins, sans-serif;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
padding-bottom: -100px;
margin-top:-30px;
}
nav ul {
display: flex;
list-style: none;
}
nav li {
padding-left: 1rem;
}
nav a {
text-decoration: none;
color: #fff;
}
nav a:visited {
color: #fff;
text-decoration: none;
}
nav a:hover {
color: #ffffff98;
text-decoration: none;
}
html {
background-color: #000
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6840529569014734"></script>
</head>
<body class="dark:bg-dark-400;">
<nav>
<h2>Interstellar</h2>
<ul>
<li>
<a href="/../">Home</a>
</li>
<li>
<a href="/play.html">Games</a>
</li>
<li>
<a href="/apps.html">Apps</a>
</li>
<li>
<a href="/search.html">Proxies</a>
</li>
<li>
<a href="/math.html">Exploits</a>
</li>
<li class="lastnavbutton">
<a href="/settings.html">Settings</a>
</li>
</ul>
</nav>
<div class="float">
<h3 class="space">Changelog</h3>
<p style="padding-top: 1%; margin-top: -10px;">Stay up to date with all the latest changes happening.</p>
<br>
<h2 class="space" style="margin-top: -10px; margin-bottom: -11px;">2023.1.1</h2>
<p>Posted 1/24/2023
<p>
<hr>
<h2 class="space">Global Changes</h2>
<li>Added a loading screen.</li>
<li>Added a proxy navigation page.</li>
<h2 class="space">New Games</h2>
<li>Added Subway Surfers</li>
<li>Added Chess.com </li>
<li>Added Stumble Guys </li>
<h2 class="space">Apps</h2>
<li>Added Chess.com</li>
<li>Added Amazon</li>
<li>Added Cool Math Games</li>
<li>Fixed VS Code</li>
<h2 class="space">Exploits</h2>
<li>Added BlooketUI</li>
</div>
</div>
</div>