diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-18 23:10:14 +0100 |
| commit | cc8792b3150f7b7f0a5a297dedd78295d4031c68 (patch) | |
| tree | 2b8d24c3f195e3d2c71ae04a371c68defdb45c39 /webGUI/pages | |
| parent | dbf4264109f52fb7d1479d1119e39fddafd952bd (diff) | |
finished the webpage, and the main code is functioning correctly
Diffstat (limited to 'webGUI/pages')
| -rw-r--r-- | webGUI/pages/cpuinfo.html | 30 | ||||
| -rw-r--r-- | webGUI/pages/general.html | 30 | ||||
| -rw-r--r-- | webGUI/pages/main.js | 0 | ||||
| -rw-r--r-- | webGUI/pages/notes.html | 25 | ||||
| -rw-r--r-- | webGUI/pages/recourses.html | 30 | ||||
| -rw-r--r-- | webGUI/pages/speech.html | 30 | ||||
| -rw-r--r-- | webGUI/pages/stats.html | 14 |
7 files changed, 145 insertions, 14 deletions
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 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>CPU Information</title> + <link rel="stylesheet" href="../styles.css"> + <script src="main.js" defer></script> + +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>CPU Information</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>CPU Information</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © + 2024.</p> + </footer> +</body> + +</html>
\ 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 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>General Tools</title> + <link rel="stylesheet" href="../styles.css"> + <script src="main.js" defer></script> + +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>General Tools</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>General Tools</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © + 2024.</p> + </footer> +</body> + +</html>
\ 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 --- /dev/null +++ b/webGUI/pages/main.js 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 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Display a Message</title> + <link rel="stylesheet" href="../styles.css"> + <script src="main.js" defer></script> + +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>Display a Message</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>Display a Message</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All
\ No newline at end of file diff --git a/webGUI/pages/recourses.html b/webGUI/pages/recourses.html new file mode 100644 index 0000000..890ab73 --- /dev/null +++ b/webGUI/pages/recourses.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Resources</title> + <link rel="stylesheet" href="../styles.css"> + <script src="main.js" defer></script> + +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>Resources</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>Resources</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © + 2024.</p> + </footer> +</body> + +</html>
\ No newline at end of file diff --git a/webGUI/pages/speech.html b/webGUI/pages/speech.html new file mode 100644 index 0000000..2c1a848 --- /dev/null +++ b/webGUI/pages/speech.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Speech Transcriber</title> + <link rel="stylesheet" href="../styles.css"> + <script src="main.js" defer></script> + +</head> + +<body> + <nav class="navigation"> + <a href="../index.html" class="home">HOME</a> + <h2>Speech Transcriber</h2> + <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> + </nav> + + <section class="content"> + <h1>Speech Transcriber</h1> + </section> + + <footer> + <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © + 2024.</p> + </footer> +</body> + +</html>
\ No newline at end of file diff --git a/webGUI/pages/stats.html b/webGUI/pages/stats.html deleted file mode 100644 index 8fdbb74..0000000 --- a/webGUI/pages/stats.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>STATS - CONSOLE</title> -</head> - -<body> - -</body> - -</html>
\ No newline at end of file |
