parent
c4bdda02aa
commit
c09d11cc0c
@ -1 +0,0 @@ |
|||||||
test |
|
@ -0,0 +1,5 @@ |
|||||||
|
<html> |
||||||
|
<textarea cols=60 rows=10></textarea> |
||||||
|
<button onclick="fetch('/editor/save?content='+document.querySelector('textarea').value)">save</button> |
||||||
|
<script>window.onload=_=>fetch('/editor/read').then( r => r.json() ).then( r => document.querySelector('textarea').value = r.msg)</script> |
||||||
|
</html> |
@ -0,0 +1,5 @@ |
|||||||
|
<html> |
||||||
|
<textarea cols=60 rows=10></textarea> |
||||||
|
<button onclick="fetch('/editor/save?content='+document.querySelector('textarea').value)">save</button> |
||||||
|
<script>window.onload=_=>fetch('/editor/read').then( r => r.json() ).then( r => document.querySelector('textarea').value = r.msg)</script> |
||||||
|
</html> |
@ -0,0 +1,14 @@ |
|||||||
|
let routes = [ |
||||||
|
'/', |
||||||
|
'/pwa', |
||||||
|
'/spawn', |
||||||
|
'/interface/unregister', |
||||||
|
'/interface/register', |
||||||
|
'/services/unregister', |
||||||
|
'/services/register', |
||||||
|
'/services', |
||||||
|
'/hmdlink/set', |
||||||
|
'/hmdlink', |
||||||
|
'/json', |
||||||
|
'/localprototypes', |
||||||
|
] |
Loading…
Reference in new issue