diff --git a/webapp.py b/webapp.py index a87c78a..848932d 100644 --- a/webapp.py +++ b/webapp.py @@ -14,66 +14,75 @@ from duckyinpython import * -payload_html = """ - - Pico W Ducky -

Pico W Ducky

- {}
PayloadActions
-
- New Script +payload_html = """ + + Pico W Ducky + + + + +

Pico W Ducky

+ {}
PayloadActions

+ """ edit_html = """ - - Script Editor - - -
- -
- -
-
- Home - + + Script Editor + + + + +
+
+ +
+
+ + """ new_html = """ - - New Script - - -
- Script Name
- - Script
- -
- -
-
- Home - + + New Script + + + + +
+
+

New Script:

+
+ +
+
+ +
+ """ response_html = """ - Pico W Ducky -

Pico W Ducky

+ + Pico W Ducky + + + + +

Pico W Ducky

{} -
- Home +
""" -newrow_html = "{}Edit / Run" +newrow_html = "{}" def setPayload(payload_number): if(payload_number == 1): @@ -240,4 +249,4 @@ async def startWebService(): wsgiServer.start() while True: wsgiServer.update_poll() - await asyncio.sleep(0) \ No newline at end of file + await asyncio.sleep(0)