File size: 357 Bytes
2d276da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>