summaryrefslogtreecommitdiff
path: root/templates/page/recourses.html
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
commit3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 (patch)
tree86a00bcd10dae82ac566e68c2c525fa71a44607a /templates/page/recourses.html
parent567787eabe414592d005c727868091bcba2bf6fe (diff)
updates to the web gui
Diffstat (limited to 'templates/page/recourses.html')
-rw-r--r--templates/page/recourses.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/templates/page/recourses.html b/templates/page/recourses.html
new file mode 100644
index 0000000..992e44e
--- /dev/null
+++ b/templates/page/recourses.html
@@ -0,0 +1,29 @@
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="../static/styles.css">
9 <script src="../static/main.mjs" defer></script>
10</head>
11
12<body>
13 <nav class="navigation">
14 <a href="../index.html" class="home">HOME</a>
15 <h2>Resources</h2>
16 <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a>
17 </nav>
18
19 <section class="content">
20 <h1>Resources</h1>
21 </section>
22
23 <footer>
24 <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved &copy;
25 2024.</p>
26 </footer>
27</body>
28
29</html> \ No newline at end of file