summaryrefslogtreecommitdiff
path: root/static/about.html
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-03-20 15:02:41 +0100
committeryuzu-eva <stevenhu@web.de>2023-03-20 15:02:41 +0100
commit6d919f453fd39a96f3999f5249aa3a17fe5740d6 (patch)
treea1594b18f35ffbfd1aee7c62a4bca9f05cea5182 /static/about.html
parentbc7eb37e99fb1449baef62a981e3c6e9fe50208c (diff)
odin project links and images
Diffstat (limited to 'static/about.html')
-rw-r--r--static/about.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/static/about.html b/static/about.html
new file mode 100644
index 0000000..a7d2cff
--- /dev/null
+++ b/static/about.html
@@ -0,0 +1,35 @@
+<!DOCTYPE html>
+<html lang="en-US">
+
+<head>
+ <title>Website About</title>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=devide-width,initial-scale=1">
+ <link rel="stylesheet" href="style.css">
+</head>
+
+<body>
+ <header>
+ <nav>
+ <ul>
+ <li>
+ <a href="../index.html">Home</a>
+ </li>
+ <li>
+ <a href="about.html">About</a>
+ </li>
+ </ul>
+ </nav>
+ <h1>About this Website</h1>
+
+ <p>
+ This website will contain all projects related to The
+ Odin Project online course.
+ </p>
+ </header>
+ <main>
+ </main>
+</body>
+<script src=""></script>
+
+</html>