-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (38 loc) · 1.28 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rellipse!!</title>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<center><div>
<h1>Version: 1.0.2</h1>
<a href="https://plainsys.github.io/R/game.html"><img src="title screen.png" alt="Main Menu"></a>
<br>
<a href="https://github.com/PlainSys/Rellipse/blob/main/README.md">Link to README</a>
<br>
<a href="https://github.com/PlainSys/Rellipse/blob/main/Main_Code.js">Link to source code</a>
<hr>
<h3>Changelogs</h3>
<ul>
<li>9/28/23 (v 1.0.2): Removed scrollbar so it can be easier to played windowed (i think)</li>
<li>2/23/23 (V 1.0.1): Added fullscreen button</li>
<li>Game Release (2/21/23)</li>
</ul>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<p>You shouldnt be here...</p>
</div></center>
</body>
</html>