<!DOCTYPE html>
<html>
  <head>
    <style>
      .centered {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-size: 3em;
        margin: 0;
      }

      .no-underline {
        text-decoration: none;
        color: inherit;
      }

      body {
        margin: 0;
      }
    </style>
  </head>
  <body>
  <div id="home">
    <h1 class="centered">
      <router-link to="/description" class="no-underline">ICING</router-link>
    </h1>
  </div>
  </body>
</html>