summaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page')
-rw-r--r--templates/page/notes.html24
-rw-r--r--templates/page/overview.html29
-rw-r--r--templates/page/recourses.html29
-rw-r--r--templates/page/speech.html29
4 files changed, 0 insertions, 111 deletions
diff --git a/templates/page/notes.html b/templates/page/notes.html
deleted file mode 100644
index 3f24816..0000000
--- a/templates/page/notes.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!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="../static/styles.css">
- <script src="../static/main.mjs" 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/templates/page/overview.html b/templates/page/overview.html
deleted file mode 100644
index 123bf39..0000000
--- a/templates/page/overview.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>General Tools</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>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 &copy;
- 2024.</p>
- </footer>
-</body>
-
-</html> \ No newline at end of file
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 &copy;
- 2024.</p>
- </footer>
-</body>
-
-</html> \ No newline at end of file
diff --git a/templates/page/speech.html b/templates/page/speech.html
deleted file mode 100644
index 1b345ba..0000000
--- a/templates/page/speech.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>Speech Transcriber</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>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 &copy;
- 2024.</p>
- </footer>
-</body>
-
-</html> \ No newline at end of file