Skip to content
Snippets Groups Projects
Commit 1548b112 authored by Pietro Caroni's avatar Pietro Caroni
Browse files

Delete contact.html

parent a89d2c05
Branches
Tags
No related merge requests found
<!DOCTYPE html>
<html lang="de">
<head>
<title>CSSexplorer</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="root.css">
</head>
<body>
<header id="headerID">
<h1>PerfektGrilliert</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id="section1">
<h2>Kontaktieren Sie uns!</h2>
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname"><br>
<label for="email">Email</label><br>
<input type="email" id="email" name="email" required><br>
<input type="submit">
</form>
</section>
<footer>
<a href="contact.html">Contact</a>
</footer>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment