|
18 | 18 | <link href="../css/components.css" rel="stylesheet" media="all"></link>
|
19 | 19 | <link href="../css/icons.css" rel="stylesheet" media="all"></link>
|
20 | 20 |
|
21 |
| - <script> |
22 |
| - // Force HTTPS - needed for web bluetooth |
23 |
| - var l = window.location.toString(); |
24 |
| - if (l.substr(0,7)=="http://") |
25 |
| - window.location = "https://"+l.substr(7); |
26 |
| - </script> |
27 |
| - |
28 |
| - <script src="../js/libs/jquery-1.11.0.js"></script> |
29 |
| - <script src="../js/libs/toastr/toastr.min.js"></script> |
30 |
| - |
31 |
| - <script src="../EspruinoTools/espruino.js"></script> |
32 |
| - <!-- load console here, so we get any messages while loading --> |
33 |
| - <script src="../js/core/settingsConsole.js"></script> |
34 |
| - <script src="../EspruinoTools/core/utils.js"></script> |
35 |
| - <script src="../EspruinoTools/core/config.js"></script> |
36 |
| - <script src="../js/core/html.js"></script> |
37 |
| - <script src="../js/core/notifications.js"></script> |
38 |
| - <script src="../js/core/status.js"></script> |
39 |
| - <script src="../js/core/app.js"></script> |
40 |
| - <script src="../js/core/menuSettings.js"></script> |
41 |
| - <script src="../EspruinoTools/core/serial.js"></script> |
42 |
| - <script src="../EspruinoTools/core/serial_web_bluetooth.js"></script> |
43 |
| - <script src="../EspruinoTools/core/terminal.js"></script> |
44 |
| - <script src="relay.js"></script> |
45 |
| - |
46 | 21 | <title>Espruino IDE Relay</title>
|
47 | 22 | </head>
|
48 | 23 | <body>
|
@@ -73,7 +48,16 @@ <h5 class="title-bar__title">Espruino IDE Relay</h5>
|
73 | 48 | <div class="v-split__bottom sidebar__buttons sidebar__buttons--bottom"></div>
|
74 | 49 | </div>
|
75 | 50 | </div>
|
76 |
| - <div class="canvas editor__canvas"></div> |
| 51 | + <div class="canvas editor__canvas"><div id="terminal" class="terminal" style="font-size: 18px;"> |
| 52 | + <div style="max-width:400px;margin:auto;"> |
| 53 | + <h1>Web IDE Relay</h1> |
| 54 | + <p>The Web IDE Relay is no longer being supported. Please use the |
| 55 | + <a href="https://www.espruino.com/ide/remote">espruino.com/ide/remote</a> instead.</p> |
| 56 | + <p>Unlike the Web IDE Relay which used a connection to our servers, The <a href="https://www.espruino.com/ide/remote">Web IDE |
| 57 | + Remote</a> uses a secure peer-to-peer connection between your devices, which even |
| 58 | + allows you to view video from the remote device.</p> |
| 59 | + </div> |
| 60 | + </div></div> |
77 | 61 | </div>
|
78 | 62 |
|
79 | 63 | <!-- Status -->
|
|
0 commit comments