Skip to content

Commit dbac992

Browse files
authored
Update index.html
1 parent b8e6c1e commit dbac992

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Releases/v1.1/download/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Download v1.0</title>
6+
<title>Download v1.1</title>
77
<link rel="icon" type="image/png" href="../../../img/OldVersionDownload.png">
88
<style>
99
body {
@@ -116,10 +116,10 @@ <h1>Redirecting to a Download</h1>
116116
</nav>
117117
</header>
118118
<main>
119-
<a name="v1.0">
119+
<a name="v1.1">
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">If it does not redirect you please click here</a>
122+
<a href="https://github.com/CodePearly/JavaGameStuff/releases/download/v1.1/v1.1.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,7 +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");
134+
window.open("https://github.com/CodePearly/JavaGameStuff/releases/download/v1.1/v1.1.jar", "_self", "toolbar=yes,scrollbars=yes,resizable=yes,top=500,left=500,width=400,height=400");
135135
</script>
136136
</body>
137137
</html>

0 commit comments

Comments
 (0)