ed
This commit is contained in:
parent
30bef7f1a5
commit
9e0a584816
52 changed files with 11959 additions and 0 deletions
50
resources/[tools]/ps-banking/html/index.html
Normal file
50
resources/[tools]/ps-banking/html/index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue