Dash page logou
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
</div>
|
||||
<!-- end app -->
|
||||
|
||||
<!-- plugins -->
|
||||
<script src="/assets/js/vendors.js"></script>
|
||||
|
||||
<!-- custom app -->
|
||||
<script src="/assets/js/app.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>MERMS-[Welcome]</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta content="comprehensive health management system" name="description" />
|
||||
<meta content="Fluxtra LLC" name="author" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<!-- app favicon -->
|
||||
<link rel="shortcut icon" href="assets/img/favicon.ico">
|
||||
<!-- google fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
||||
<!-- plugin stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/vendors.css" />
|
||||
<!-- app style -->
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
|
||||
</head>
|
||||
|
||||
<body class="bg-white">
|
||||
|
||||
@@ -19,9 +19,13 @@
|
||||
</head>
|
||||
|
||||
<body class="bg-white">
|
||||
|
||||
|
||||
<!-- begin app -->
|
||||
<div class="app">
|
||||
<!-- begin app-wrap -->
|
||||
|
||||
|
||||
<div class="app-wrap">
|
||||
<!-- begin pre-loader -->
|
||||
<div class="loader">
|
||||
@@ -90,6 +94,9 @@
|
||||
<!--end login contant-->
|
||||
</div>
|
||||
<!-- end app-wrap -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- end app -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user