diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-24 12:41:38 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-24 12:41:38 +0100 |
| commit | 3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 (patch) | |
| tree | 86a00bcd10dae82ac566e68c2c525fa71a44607a /webGUI/pages/recourses.html | |
| parent | 567787eabe414592d005c727868091bcba2bf6fe (diff) | |
updates to the web gui
Diffstat (limited to 'webGUI/pages/recourses.html')
| -rw-r--r-- | webGUI/pages/recourses.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/webGUI/pages/recourses.html b/webGUI/pages/recourses.html deleted file mode 100644 index 890ab73..0000000 --- a/webGUI/pages/recourses.html +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="UTF-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 7 | <title>Resources</title> | ||
| 8 | <link rel="stylesheet" href="../styles.css"> | ||
| 9 | <script src="main.js" defer></script> | ||
| 10 | |||
| 11 | </head> | ||
| 12 | |||
| 13 | <body> | ||
| 14 | <nav class="navigation"> | ||
| 15 | <a href="../index.html" class="home">HOME</a> | ||
| 16 | <h2>Resources</h2> | ||
| 17 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 18 | </nav> | ||
| 19 | |||
| 20 | <section class="content"> | ||
| 21 | <h1>Resources</h1> | ||
| 22 | </section> | ||
| 23 | |||
| 24 | <footer> | ||
| 25 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved © | ||
| 26 | 2024.</p> | ||
| 27 | </footer> | ||
| 28 | </body> | ||
| 29 | |||
| 30 | </html> \ No newline at end of file | ||
