Files
home/dist/index.html
2025-06-19 19:14:55 +00:00

27 lines
827 B
HTML

<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<style>
body {
background: black;
}
.main {
color: white;
text-align: left;
font-family: "Fira Sans", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 2rem;
padding: 2rem;
}
</style>
</head>
<body>
<div class="main">
wuwi.one
</div>
</body>
</html>