<!doctype html>

<html lang="en">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>Local HTML file</title>
  <link href="local-style.css" rel="stylesheet" type="text/css" />
  <link href="local-style-does-not-exist.css" rel="stylesheet" type="text/css" />
</head>

<body>
  <img src="monolith.png" alt="" />
  <a href="//local-file.html">Tricky href</a>
  <a href="https://github.com/Y2Z/monolith">Remote URL</a>
  <script src="local-script.js"></script>
</body>

</html>