mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
20 lines
443 B
HTML
20 lines
443 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../css-demo/css-demo-final.css" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div class="tiles">
|
|
<div>
|
|
<h2>Contact Us</h2>
|
|
<div id="contact-form">
|
|
<label>Email</label><input id="email" type="email" />
|
|
<input class="submit" value="Submit" type="submit" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script></script>
|
|
</html>
|