%PDF- %PDF-
Direktori : /home/jalalj2hb/public_html/gae/application/views/ |
Current File : /home/jalalj2hb/public_html/gae/application/views/welcome_message.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?><!DOCTYPE html> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="<?php echo $this->config->base_url();?>/assets/tpl_admin/css/favicon.ico"> <title>Backoffice</title> <!-- Bootstrap core CSS --> <link href="<?php echo $this->config->base_url();?>/assets/tpl_admin/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="<?php echo $this->config->base_url();?>/assets/tpl_admin/css/floating-labels.css" rel="stylesheet"> </head> <body> <form class="form-signin" method="POST"> <div class="text-center mb-4"> <img class="mb-4" src="<?php echo $this->config->base_url();?>/assets/tpl_admin/img/bootstrap-solid.svg" alt="" width="72" height="72"> <h1 class="h3 mb-3 font-weight-normal">Backoffice</h1> </div> <div class="form-label-group"> <input type="email" id="inputEmail" name="email" class="form-control" placeholder="Email address" required autofocus> <label for="inputEmail">Email </label> </div> <div class="form-label-group"> <input type="password" id="inputPassword" name="password" class="form-control" placeholder="Password" required> <label for="inputPassword">Password</label> </div> <button class="btn btn-lg btn-primary btn-block" name="submit" type="submit">Connexion</button> <p class="mt-5 mb-3 text-muted text-center">© 2018</p> </form> </body> </html>