1
0
mirror of https://github.com/leaningtech/cheerpj-meta.git synced 2025-03-25 07:27:51 +01:00
This commit is contained in:
Ana Gabriela Reyna 2024-01-30 15:36:40 +00:00 committed by Alessandro Pignotti
parent 4d147f22b2
commit 603110a3a2
6 changed files with 6 additions and 6 deletions

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.0rc2/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.0/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>Pitch applet (CheerpJ)</title> <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> </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.0rc2/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.0/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.0rc2/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.0/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.0rc2/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.0/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.0rc2/cj3loader.js"></script> <script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js"></script>
<style> <style>
html, body { html, body {
margin: 0; margin: 0;