Commit b86c5d4f authored by Sandeep Sagar Panjala's avatar Sandeep Sagar Panjala

initial commit

parent 31f1f63d
node_modules node_modules
package-lock.json package-lock.json
.angular
.DS_Store .DS_Store
**/.DS_Store **/.DS_Store
.angular
/.vs /.vs
/.git /.git
obj obj
...@@ -51,5 +51,5 @@ Properties ...@@ -51,5 +51,5 @@ Properties
/Distributed Services/Hims.Api/Logs /Distributed Services/Hims.Api/Logs
/Distributed Services/Hims.Api/appsettings.json /Distributed Services/Hims.Api/appsettings.json
/Presentation/Hims.Admin/wwwroot/* /Presentation/Hims.Providers/wwwroot/*
!/Presentation/Hims.Admin/wwwroot/assets !/Presentation/Hims.Providers/wwwroot/assets
\ No newline at end of file
...@@ -443,8 +443,6 @@ ...@@ -443,8 +443,6 @@
<ItemGroup> <ItemGroup>
<Folder Include="src\app\areas\admin\patient-multiple-forms\pages\edit-patient-details\" /> <Folder Include="src\app\areas\admin\patient-multiple-forms\pages\edit-patient-details\" />
<Folder Include="src\app\areas\admin\physiotherapy-encounter\pages\" /> <Folder Include="src\app\areas\admin\physiotherapy-encounter\pages\" />
<Folder Include="wwwroot\assets\fonts\themify\fonts\" />
<Folder Include="wwwroot\assets\images\pediatric-images\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="wwwroot\assets\css\styles\calendar.css" /> <None Include="wwwroot\assets\css\styles\calendar.css" />
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="utf-8" /> <head>
<meta <meta charset="utf-8">
name="viewport" <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
content="width=device-width, initial-scale=1, shrink-to-fit=no" <meta name="description" content="Careaxes">
/> <meta name="author" content="Careaxes">
<meta name="description" content="Careaxes" />
<meta name="author" content="Careaxes" />
<title>Careaxes</title> <title>Careaxes</title>
<base href="/" /> <base href="/">
<link <link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.png" />
rel="shortcut icon"
type="image/x-icon"
href="assets/images/favicon.png"
/>
<link rel="stylesheet" type="text/css" href="assets/fonts/style.css" /> <link rel="stylesheet" type="text/css" href="assets/fonts/style.css" />
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="assets/css/toastr.css" /> <link rel="stylesheet" type="text/css" href="assets/css/toastr.css" />
<link rel="stylesheet" type="text/css" href="assets/css/app.css" /> <link rel="stylesheet" type="text/css" href="assets/css/app.css" />
<link rel="stylesheet" type="text/css" href="assets/css/custom.css" /> <link rel="stylesheet" type="text/css" href="assets/css/custom.css" />
</head> </head>
<body <body data-layout-mode="two-column" data-sidebar-size="condensed" data-sidebar-color="light" data-layout-width="fluid" data-layout-menu-position="fixed" data-sidebar-showuser="false" data-topbar-color="light" onmousemove="showCoords(event)" onclick="sidebarEnable1(event); leave1(event); show(event);" onresize="hide(event);">
data-layout-mode="two-column"
data-sidebar-size="condensed"
data-sidebar-color="light"
data-layout-width="fluid"
data-layout-menu-position="fixed"
data-sidebar-showuser="false"
data-topbar-color="light"
>
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment