diff options
Diffstat (limited to 'public/about')
-rw-r--r-- | public/about/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/about/index.html b/public/about/index.html new file mode 100644 index 0000000..eba042d --- /dev/null +++ b/public/about/index.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title> Luhamus </title> + + <link href="css/style.css" rel="stylesheet"/> + <link rel="icon" href="/img/favicon.ico"> +</head> + +<body> + <div class="headerImage"> + <div class="imgContainer"> + <h1><span>Luhamus</span></h1> + </div> + </div> + + <nav> + <a href="/">Home</a> + <a href="about">About</a> + <a href="https://git.luhamus.com">Git</a> + <a href="contact">Contact</a> + </nav> + <hr/> + + <section class="main"> + +<h3> Coming soon(er or later)!</h3> + + </section> + + <hr/> + <footer>© <i>footer 2022</i></footer> + +</body> +</html> |