Dash page logou
This commit is contained in:
@@ -1,25 +1,4 @@
|
||||
<!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">
|
||||
|
||||
|
||||
<!-- begin app -->
|
||||
<div class="app">
|
||||
@@ -83,7 +62,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 o-hidden order-1 order-sm-2" style="background-color:red; background-image: url('assets/img/bg/provider.jpg'); background-size: 100% 100%;">
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 o-hidden order-1 order-sm-2" style="background-color:red; background-image: url('/assets/img/bg/provider.jpg'); background-size: 100% 100%;">
|
||||
<!-- img class="img-fluid" src="assets/img/bg/provider.jpg" alt="" style="background-size:contain;" -->
|
||||
</div>
|
||||
</div>
|
||||
@@ -95,19 +74,4 @@
|
||||
</div>
|
||||
<!-- end app-wrap -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<!-- end app -->
|
||||
|
||||
<!-- plugins -->
|
||||
<script src="/assets/js/vendors.js"></script>
|
||||
|
||||
<!-- custom app -->
|
||||
<script src="/assets/js/app.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user