Compare commits

...

2 Commits

Author SHA1 Message Date
ameye 87d5314e51 format page 2019-02-26 10:46:28 +00:00
ameye 135de067af format page 2019-02-26 10:45:57 +00:00
3 changed files with 80 additions and 1637 deletions
@@ -0,0 +1,13 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Login extends CI_Controller {
public function index()
{
//$this->load->view('provider/dash');
$this->load->view('welcome_message');
}
}
File diff suppressed because it is too large Load Diff
@@ -2,11 +2,11 @@
<html lang="en">
<head>
<title>MERMS - Providers</title>
<meta charset="utf-8" />
<title>MERMS-[All Health Center Agege]</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description" content="Admin template that can be used to build dashboards for CRM, CMS, etc." />
<meta name="author" content="Potenza Global Solutions" />
<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">
@@ -72,7 +72,7 @@
<a href="/login" class="btn btn-primary text-uppercase">Sign In</a>
</div>
<div class="col-12 mt-3">
<p>Don't have an account ?<a href="auth-register.html"> Sign Up</a></p>
<p>Don't have an account ?<a href="/register"> Sign Up</a></p>
</div>
</div>
</form>