From c09d11cc0c2e144deeb1a19bec4529ae4dafcb9d Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Thu, 4 May 2023 07:44:41 +0200 Subject: [PATCH] actual editor with backup --- editor.html | 1 - examples/editor.html | 5 +++++ examples/editor.html.minimal | 5 +++++ examples/pwa/api.js | 14 ++++++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) delete mode 100644 editor.html create mode 100644 examples/editor.html create mode 100644 examples/editor.html.minimal create mode 100644 examples/pwa/api.js diff --git a/editor.html b/editor.html deleted file mode 100644 index 30d74d2..0000000 --- a/editor.html +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file diff --git a/examples/editor.html b/examples/editor.html new file mode 100644 index 0000000..e5e80d1 --- /dev/null +++ b/examples/editor.html @@ -0,0 +1,5 @@ + + + + + diff --git a/examples/editor.html.minimal b/examples/editor.html.minimal new file mode 100644 index 0000000..e5e80d1 --- /dev/null +++ b/examples/editor.html.minimal @@ -0,0 +1,5 @@ + + + + + diff --git a/examples/pwa/api.js b/examples/pwa/api.js new file mode 100644 index 0000000..efe3f88 --- /dev/null +++ b/examples/pwa/api.js @@ -0,0 +1,14 @@ +let routes = [ +'/', +'/pwa', +'/spawn', +'/interface/unregister', +'/interface/register', +'/services/unregister', +'/services/register', +'/services', +'/hmdlink/set', +'/hmdlink', +'/json', +'/localprototypes', +]