Skip to content

Commit e20cb01

Browse files
authored
Create index.html
1 parent ac36cfa commit e20cb01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Releases/v1.0/download/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
<title>Redirecting</title>
5+
<p>Redirecting you...</p>
6+
<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>
7+
8+
<script>
9+
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");
10+
</script>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)