1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-15 01:54:48 +01:00

updated url loader to 3.1

This commit is contained in:
Theodora Vraimakis 2025-02-03 10:41:57 +00:00
parent 6d1c3d85fe
commit 9a7d6a508b
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ Java Web Start / JNLP applications in the browser without plugins.
[Discord server](https://discord.leaningtech.com) [Discord server](https://discord.leaningtech.com)
```html ```html
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
``` ```
![](assets/explanation-diagram.webp) ![](assets/explanation-diagram.webp)

View File

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>FoilSim applet (CheerpJ)</title> <title>FoilSim applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<style> <style>
div { div {

View File

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>CheerpJ Java Interoperability Tutorial</title> <title>CheerpJ Java Interoperability Tutorial</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<body> <body>

View File

@ -4,7 +4,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Pitch applet (CheerpJ)</title> <title>Pitch applet (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<style> <style>
div { div {

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Client</title> <title>Client</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<body> <body>
<input type="text" id="ip"></input> <input type="text" id="ip"></input>

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Server</title> <title>Server</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<body> <body>
<input type="text" id="ip"></input> <input type="text" id="ip"></input>

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Browser</title> <title>Browser</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
</head> </head>
<body> <body>
<script> <script>

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>SwingSet3 (CheerpJ)</title> <title>SwingSet3 (CheerpJ)</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.1/cj3loader.js"></script>
<style> <style>
html, body { html, body {
margin: 0; margin: 0;