From cc8792b3150f7b7f0a5a297dedd78295d4031c68 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 18 Nov 2024 23:10:14 +0100 Subject: finished the webpage, and the main code is functioning correctly --- webGUI/pages/cpuinfo.html | 30 ++++++++++++++++++++++++++++++ webGUI/pages/general.html | 30 ++++++++++++++++++++++++++++++ webGUI/pages/main.js | 0 webGUI/pages/notes.html | 25 +++++++++++++++++++++++++ webGUI/pages/recourses.html | 30 ++++++++++++++++++++++++++++++ webGUI/pages/speech.html | 30 ++++++++++++++++++++++++++++++ webGUI/pages/stats.html | 14 -------------- 7 files changed, 145 insertions(+), 14 deletions(-) create mode 100644 webGUI/pages/cpuinfo.html create mode 100644 webGUI/pages/general.html create mode 100644 webGUI/pages/main.js create mode 100644 webGUI/pages/notes.html create mode 100644 webGUI/pages/recourses.html create mode 100644 webGUI/pages/speech.html delete mode 100644 webGUI/pages/stats.html (limited to 'webGUI/pages') diff --git a/webGUI/pages/cpuinfo.html b/webGUI/pages/cpuinfo.html new file mode 100644 index 0000000..99579cb --- /dev/null +++ b/webGUI/pages/cpuinfo.html @@ -0,0 +1,30 @@ + + + + + + + CPU Information + + + + + + + + +
+

CPU Information

+
+ + + + + \ No newline at end of file diff --git a/webGUI/pages/general.html b/webGUI/pages/general.html new file mode 100644 index 0000000..087afbc --- /dev/null +++ b/webGUI/pages/general.html @@ -0,0 +1,30 @@ + + + + + + + General Tools + + + + + + + + +
+

General Tools

+
+ + + + + \ No newline at end of file diff --git a/webGUI/pages/main.js b/webGUI/pages/main.js new file mode 100644 index 0000000..e69de29 diff --git a/webGUI/pages/notes.html b/webGUI/pages/notes.html new file mode 100644 index 0000000..ea870d7 --- /dev/null +++ b/webGUI/pages/notes.html @@ -0,0 +1,25 @@ + + + + + + + Display a Message + + + + + + + + +
+

Display a Message

+
+ +