<!DOCTYPE html>

<html>

<head>

  <title>My Website</title>

  <link rel="stylesheet" href="style.css">

</head>

<body>

  <h1>Hello 👋</h1>

  <p>This is my website.</p>

  <a href="mailto:hello@example.com">Contact me</a>

</body>

</html>