summaryrefslogtreecommitdiff
path: root/public/contact/index.html
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-11-11 14:33:36 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2022-11-11 14:33:36 +0200
commit5f713ab0d738d370247de9ceb48f3dc4c53e92e3 (patch)
tree9952a1f70cccda8f9744bae7d31bc8b41d58ab05 /public/contact/index.html
parentd5bdcf0daaf1fe371f3fb7b7407d8846567e266b (diff)
placholder about and contact pageHEADmaster
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>