2024-11-28 03:35:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2024-11-29 08:39:28 +00:00
|
|
|
<style>
|
|
|
|
.centered {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
height: 100vh;
|
|
|
|
font-size: 3em;
|
|
|
|
margin: 0;
|
2024-11-29 08:32:53 +00:00
|
|
|
}
|
|
|
|
|
2024-11-29 08:39:28 +00:00
|
|
|
.no-underline {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
2024-11-29 08:32:53 +00:00
|
|
|
}
|
|
|
|
|
2024-11-29 08:39:28 +00:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2024-11-29 08:32:53 +00:00
|
|
|
}
|
|
|
|
</style>
|
2024-11-28 03:35:42 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-11-29 08:39:28 +00:00
|
|
|
<div id="home">
|
|
|
|
<h1 class="centered">
|
|
|
|
<router-link to="/description" class="no-underline">ICING</router-link>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2024-11-28 03:35:42 +00:00
|
|
|
</body>
|
|
|
|
</html>
|