Skip to content

Commit

Permalink
loader
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaReyna authored and alexp-sssup committed Feb 1, 2024
1 parent 4d147f2 commit 603110a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/FoilSim-Applet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>FoilSim applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc2/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
</head>
<style>
div {
Expand Down
2 changes: 1 addition & 1 deletion examples/Pitch-Applet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Pitch applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc1/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
</head>
<style>
div {
Expand Down
2 changes: 1 addition & 1 deletion examples/Server-Client/Client/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Client</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc2/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
</head>
<body>
<input type="text" id="ip"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/Server-Client/Server/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Server</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc2/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
</head>
<body>
<input type="text" id="ip"></input>
Expand Down
2 changes: 1 addition & 1 deletion examples/Swing-Browser/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Browser</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc2/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion examples/SwingSet3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>SwingSet3 (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0rc2/cj3loader.js"></script>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<style>
html, body {
margin: 0;
Expand Down

0 comments on commit 603110a

Please sign in to comment.