Update dist/index.html
This commit is contained in:
11
dist/index.html
vendored
11
dist/index.html
vendored
@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
@ -10,19 +10,18 @@
|
||||
|
||||
.main {
|
||||
color: white;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
font-family: "Fira Sans", sans-serif;
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
margin-top: 2rem;
|
||||
font-size: 2rem;
|
||||
padding: 2rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
wuwi.one
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user