Skip to content

Commit b8e6c1e

Browse files
authored
Update iframe.html
1 parent 8866023 commit b8e6c1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Releases/v1.1/iframe.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<link rel="stylesheet" href="../vstyles.css">
55
</head>
66
<body>
7-
<h1>v1.0</h1>
7+
<h1>v1.1</h1>
88
<hr/>
99
<h1 style="color: red;">Warning this all requires java!</h1>
1010
<hr/>
11-
<p>This is v1 (The v is version)</p>
11+
<p>This is v1.1 (The v is version)</p>
1212

13-
<p>It is only a Pong Game</p>
13+
<p>It is only the Launcher</p>
1414
<footer>
1515
<button style="font-size:0.001%;" onclick="OpenTwoWin()">origanal md file</button>
1616
<button style="font-size:0.001%;" onclick="closeAllWin()">Close all windows</button>
1717

1818
<script>
1919
function OpenTwoWin() {
20-
_blanktwo = window.open("https://github.com/CodePearly/JavaGameStuff/blob/website/Releases/v1.0/original.md?plain=0", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=100,left=710,width=700,height=400");
21-
_blank = window.open("https://github.com/CodePearly/JavaGameStuff/releases/tag/v1.0", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=100,left=0,width=700,height=600");
20+
_blanktwo = window.open("https://github.com/CodePearly/JavaGameStuff/blob/website/Releases/v1.1/original.md?plain=0", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=100,left=710,width=700,height=400");
21+
_blank = window.open("https://github.com/CodePearly/JavaGameStuff/releases/tag/v1.1", "_blank", "toolbar=yes,scrollbars=yes,resizable=yes,top=100,left=0,width=700,height=600");
2222
}
2323
function closeAllWin() {
2424
_blank.close();

0 commit comments

Comments
 (0)