init commit
This commit is contained in:
Vendored
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>About</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="order.html">Order</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Contact</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="order.html">Order</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h1>Contact</h1>
|
||||
|
||||
<form action="https://www.stonecoldprofessor.com/pizza-contact.php" method="post">
|
||||
|
||||
<label for="first-name">First Name:</label><br>
|
||||
<input type="text" name="first-name"><br>
|
||||
|
||||
<label for="last-name">Last Name:</label><br>
|
||||
<input type="text" name="last-name"><br>
|
||||
|
||||
<label for="email">Email:</label><br>
|
||||
<input type="text" name="email"><br>
|
||||
|
||||
<label for="message">Message:</label><br>
|
||||
<textarea name="message"></textarea><br><br><br>
|
||||
|
||||
<input type="submit" value="Send">
|
||||
<input type="reset" name="Clear">
|
||||
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Home</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="order.html">Order</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h1>Home</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Order</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="contact.html">Contact</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="order.html">Order</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h1>Order</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user