reiyua.lol/contact.html

44 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<link rel=""stylesheet" href="style.css">
<meta charset="utf-8">
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<div class="navbar">
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="contact.html">Contact</a>
<a href="#" class="right">Projects</a>
</div>
<div class="header">
<h1>reiyua</h1>
2024-07-14 14:40:07 +00:00
<p>Contact me using the email address 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">
2024-07-14 14:43:15 +00:00
<label for="Name">Name:</label>
<input type="name" name="Name">
<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>