G-EIP-700-TLS-7-1-eip-steph.../website/html/index.html

32 lines
539 B
HTML
Raw Permalink Normal View History

<!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>