Files
moon-gaming/coment.html
T
2023-11-06 01:54:42 +00:00

50 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<a href="index.html">home</a>
<a href="https://rvlt.gg/KHyteft6" target="_blank">revot srver</a>
<a href="https://github.com/mileswolfallen2/funforyou-wedsite/discussions/1" target="_blank">funforyou-wedsite/discussions</a>
<a href="https://forms.gle/e9UKP8PkKo2633KHA">bev sin ups</a>
<a href="/isk.html">how to jone the bev teem</a>
<a href="howto.html">how to </a>
<link rel="stylesheet" href="fun.css">
<p>if you want to send me stuf fill this out</p>
<form name="contact" netlify>
<p>
<label>Name <input type="text" name="name" /></label>
</p>
<p>
<label>Email <input type="email" name="email" /></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
<form
name="contact"
method="POST"
netlify-honeypot="bot-field"
data-netlify="true"
>
<p class="hidden">
<label>
Dont fill this out if youre human: <input name="bot-field" />
</label>
</p>
<p>
<label>
Email: <input type="text" name="email" />
</label>
</p>
<p>
<label>
Message: <textarea name="message"></textarea>
</label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>