summaryrefslogtreecommitdiff
path: root/templates/page/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/notes.html')
-rw-r--r--templates/page/notes.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/page/notes.html b/templates/page/notes.html
new file mode 100644
index 0000000..3f24816
--- /dev/null
+++ b/templates/page/notes.html
@@ -0,0 +1,24 @@
+<!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