Compare commits
2 Commits
f4d0c69747
...
87d5314e51
| Author | SHA1 | Date | |
|---|---|---|---|
| 87d5314e51 | |||
| 135de067af |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user