finalizare 1.0

This commit is contained in:
andrei-mihnea-cerbu
2024-05-21 12:10:53 +03:00
parent f7795f7519
commit 1cc1d34003
11268 changed files with 2102399 additions and 10909 deletions
+39 -26
View File
@@ -1,32 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en-en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HealthcareManagerUiWebAssem</title>
<base href="/" />
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="HealthcareManagerUiWebAssem.styles.css" rel="stylesheet" />
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>HealthcareManagerApp</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"/>
<link rel="icon" type="image/x-icon" href="./Health-Icon-1%20(1).ico"/>
<base href="/"/>
<style>
body {
position: relative;
height: 100vh;
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 1);
}
body::before {
content: "";
background-image: url("./background_image.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.3; /* Adjust the opacity as needed */
z-index: -1; /* Ensure the background is behind the content */
}
#app {
position: relative;
z-index: 1; /* Ensure the content is on top */
color: white; /* Ensure text is readable on dark background */
}
</style>
</head>
<body>
<div id="app">
<svg class="loading-progress">
<circle r="40%" cx="50%" cy="50%" />
<circle r="40%" cx="50%" cy="50%" />
</svg>
<div class="loading-progress-text"></div>
</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>
<div id="app">Loading...</div>
<script src="_framework/blazor.webassembly.js"></script>
</body>
</html>