forked from Simnation/Main
50 lines
1.5 KiB
HTML
50 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Bach Banking</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/all.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-duotone-solid.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-thin.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-solid.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-regular.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://site-assets.fontawesome.com/releases/v6.6.0/css/sharp-light.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
|
|
<script type="module" crossorigin src="./index.js"></script>
|
|
<link rel="stylesheet" href="./index.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<style>
|
|
body {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
::-webkit-outer-spin-button,
|
|
::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
</body>
|
|
</html>
|