<html>
  <head>
    <link rel="manifest" href="manifest.webmanifest">
    <style>
      @font-face {
        font-family: 'SansForgetica';
	src: url('fonts/SansForgetica-Regular.otf');
      }
      body {
	background-color: black;
	color: red;
	font-family: 'SansForgetica';
	text-align: center;
      }
      a {
	color: red;
      }
    </style>
  </head>
  <body>
    <h1>mindjack</h1>
    <p><a href="follow/">follow</a></p>
    <p><a href="colors/">colors</a></p>
  </body>
</html>