summaryrefslogtreecommitdiff
path: root/public/contact/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/contact/index.html')
-rw-r--r--public/contact/index.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/public/contact/index.html b/public/contact/index.html
new file mode 100644
index 0000000..07b3f19
--- /dev/null
+++ b/public/contact/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> Email: rasmus.luha@gmail.com </h3>
+
+ </section>
+
+ <hr/>
+ <footer>&copy <i>footer 2022</i></footer>
+
+</body>
+</html>