mirror of https://github.com/reiyua/reiyua.lol.git
Setting up contact page with working contact form
This commit is contained in:
parent
dcc065226c
commit
c2a03f8950
28
contact.html
28
contact.html
|
@ -12,3 +12,31 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar">
|
||||
<a href="index.html">Home</a>
|
||||
<a href="#">About</a>
|
||||
<a href="#">Contact</a>
|
||||
<a href="#" class="right">Projects</a>
|
||||
</div>
|
||||
<div class="header">
|
||||
<h1>reiyua</h1>
|
||||
<p>Contact me below or use the form below to send me a message:</p>
|
||||
<a href="mailto:rei@reiyua.lol">rei@reiyua.lol</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="form-container">
|
||||
<form action="http://formspree.io/rei@reiyua.lol">
|
||||
<label for="_replyto">Email:</label>
|
||||
<input type="email" name="_replyto">
|
||||
<label for="body">Message:</label>
|
||||
<textarea name="body"></textarea>
|
||||
<input type="submit" value="Send">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue