You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Biskilog Accounting</title>
|
||
|
<base href="/" />
|
||
|
<link href="css/app.css" rel="stylesheet" />
|
||
|
<link href="manifest.json" rel="manifest" />
|
||
|
<!-- Font Awesome -->
|
||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
|
||
|
rel="stylesheet" />
|
||
|
<!-- Google Fonts -->
|
||
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
|
||
|
rel="stylesheet" />
|
||
|
<!-- MDB -->
|
||
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/6.2.0/mdb.min.css"
|
||
|
rel="stylesheet" />
|
||
|
|
||
|
<link href="Biskilog_Accounting.Client.styles.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="app">
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div id="blazor-error-ui">
|
||
|
An unhandled error has occurred.
|
||
|
<a href="" class="reload">Reload</a>
|
||
|
<a class="dismiss">🗙</a>
|
||
|
</div>
|
||
|
<script src="_framework/blazor.webassembly.js"></script>
|
||
|
<script>navigator.serviceWorker.register('service-worker.js');</script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|