Update Contact.html
This commit is contained in:
+15
-34
@@ -1,35 +1,16 @@
|
||||
<title>Contact Us</title>
|
||||
<a href="credits.html">Back</a>
|
||||
<a href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#search/2029winbr31%40moundsviewschools.org">Contact Me</a></p>
|
||||
<a href="https://scratch.mit.edu/projects/922703647/">My Broken Scratch Website</a>
|
||||
<link rel="stylesheet" href="Contact.css">
|
||||
<a href="https://www.pixilart.com/penguinboy69/gallery">See Art That Miles maybe will Use</a>
|
||||
<a href="https://penguinrobert1.github.io/uwu.com/">See The Scratch Company Site</a>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact Us</title>
|
||||
<link rel="stylesheet" href="Contact.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Contact Us</h1>
|
||||
<form id="contactForm">
|
||||
<label for="Name">Name:</label>
|
||||
<input type="text" id="Name" Name="Name" required>
|
||||
|
||||
<label for="Email">Email:</label>
|
||||
<input type="Email" id="Email" Name="Email"Ruqired>
|
||||
|
||||
<label for="Message">Message:</label>
|
||||
<textarea id="Message" Name="Message" rows="5" Rquired></textarea>
|
||||
|
||||
<button type="submit">Submit</button>
|
||||
</form>
|
||||
<p id="statusMessage"></p>
|
||||
</div>
|
||||
<script src="Contact.js"></script>
|
||||
</body>
|
||||
<html>
|
||||
<iframe
|
||||
id="JotFormIFrame-250346330561146"
|
||||
title="General Inquiry Contact Form"
|
||||
onload="window.parent.scrollTo(0,0)"
|
||||
allowtransparency="true"
|
||||
allow="geolocation; microphone; camera; fullscreen"
|
||||
src="https://form.jotform.com/250346330561146"
|
||||
frameborder="0"
|
||||
style="min-width:100%;max-width:100%;height:539px;border:none;"
|
||||
scrolling="no"
|
||||
>
|
||||
</iframe>
|
||||
<script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
|
||||
<script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-250346330561146']", "https://form.jotform.com/")</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user