diff options
Diffstat (limited to 'public/templates/page/notes.html')
| -rw-r--r-- | public/templates/page/notes.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/templates/page/notes.html b/public/templates/page/notes.html new file mode 100644 index 0000000..3f24816 --- /dev/null +++ b/public/templates/page/notes.html | |||
| @@ -0,0 +1,24 @@ | |||
| 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>Display a Message</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>Display a Message</h2> | ||
| 16 | <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a> | ||
| 17 | </nav> | ||
| 18 | |||
| 19 | <section class="content"> | ||
| 20 | <h1>Display a Message</h1> | ||
| 21 | </section> | ||
| 22 | |||
| 23 | <footer> | ||
| 24 | <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All \ No newline at end of file | ||
