<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="./bulma.css">
    <title>DNS Manager (beta)</title>
  </head>
  <style>
    .justified {
      text-justify: auto;
      text-align: justify
    }
  </style>
  <body>
    <script src="./index.js" type="module"></script>
  </body>
</html>