diff options
Diffstat (limited to 'templates/page/recourses.html')
| -rw-r--r-- | templates/page/recourses.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/templates/page/recourses.html b/templates/page/recourses.html deleted file mode 100644 index 992e44e..0000000 --- a/templates/page/recourses.html +++ /dev/null @@ -1,29 +0,0 @@ -<!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="../static/styles.css"> - <script src="../static/main.mjs" 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 |
