Model1 / contact.html
mkknight970's picture
Upload 4 files
2d276da verified
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Contact</h1>
<p>You can contact me at:</p>
<ul>
<li>Email: example@example.com</li>
<li>Phone: 123-456-7890</li>
</ul>
<a href="index.html">Back to Game</a>
</div>
</body>
</html>