<!DOCTYPE html>
<html lang="en">

<head>
  <style type="text/css">
    body {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.5
    }

    .layout {
      max-width: 760px;
      margin: 0 auto;
      padding-left: 20px;
      padding-right: 20px
    }

    .header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      height: 80px
    }

    .nav__link {
      margin-left: 20px
    }

    .home-links a {
      margin-right: 1rem
    }
  </style>
</head>

<body>
  <div id="app" class="layout">
    <h1>Travel Blogs</h1>
    <p>
      Travelblogs.com once upon a time presented a collection of great travel blogs from around the internet.
    </p>
    <p>Those days have passed.</p>
    <p>If you are interested in travel blogging, please have a look at <a
        href="https://www.travellerspoint.com">Travellerspoint</a>
      where you can <a href="https://www.travellerspoint.com/blog.cfm">create a travel blog</a> for free, add <a href="https://www.travellerspoint.com/travel-maps.cfm">a nice travel map</a>, upload photos and more. There's a great
      community of travellers over there who are ready to read your travel tales</p>
  </div>
</body>

</html>