Skip to content

Commit 3feba4f

Browse files
authored
Update index.html
1 parent 9c61ce4 commit 3feba4f

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

Releases/v1.0/download/index.html

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Releases</title>
7-
<link rel="icon" type="image/png" href="../img/GameReleases.png">
6+
<title>Download v1.0</title>
7+
<link rel="icon" href="../../../img/version-history.svg">
88
<style>
99
body {
1010
font-family: 'Courier New', Courier, monospace;
@@ -108,18 +108,18 @@
108108
<h1>Releases</h1>
109109
<nav>
110110
<ul>
111-
<li><a href="../#home">Home</a></li>
112-
<li><a href="../#about">About</a></li>
113-
<li><a href="../#releases">Releases</a></li>
114-
<li><a href="../Games/">Individual Games</a></li>
111+
<li><a href="../../../#home">Home</a></li>
112+
<li><a href="../../../#about">About</a></li>
113+
<li><a href="../../../#releases">Releases</a></li>
114+
<li><a href="../../../Games/">Individual Games</a></li>
115115
</ul>
116116
</nav>
117117
</header>
118118
<main>
119119
<a name="v1.0">
120120
<section>
121121
<h2>Downloading...</h2>
122-
<a href="https://github.com/CodePearly/JavaGameStuff/releases/download/v1.0/v1.jar" target="_blank" class="download-link">Download the file for version 1.0</a>
122+
<a href="https://github.com/CodePearly/JavaGameStuff/releases/download/v1.0/v1.jar" target="_blank" class="download-link">If it does not redirect you please click here</a>
123123
<p>Downloading v1.0</p>
124124
</section>
125125
</a>
@@ -131,19 +131,7 @@ <h2>Downloading...</h2>
131131
document.addEventListener('DOMContentLoaded', () => {
132132
console.log('Download page is loaded!');
133133
});
134+
window.open("https://github.com/CodePearly/JavaGameStuff/releases/download/v1.0/v1.jar", "_self", "toolbar=yes,scrollbars=yes,resizable=yes,top=500,left=500,width=400,height=400");
134135
</script>
135136
</body>
136137
</html>
137-
<!DOCTYPE html>
138-
<html>
139-
<body>
140-
<title>Redirecting</title>
141-
<p>Redirecting you...</p>
142-
<p>If it does not redirect you please click <a href="https://github.com/CodePearly/JavaGameStuff/releases/download/v1.0/v1.jar">here</a></p>
143-
144-
<script>
145-
window.open("https://github.com/CodePearly/JavaGameStuff/releases/download/v1.0/v1.jar", "_self", "toolbar=yes,scrollbars=yes,resizable=yes,top=500,left=500,width=400,height=400");
146-
</script>
147-
148-
</body>
149-
</html>

0 commit comments

Comments
 (0)