PHP Classes

File: index.html

Recommend this page to a friend!
  Classes of António Lira Fernandes   PHP Google Login   index.html   Download  
File: index.html
Role: Auxiliary data
Content type: text/plain
Description: Documentation
Class: PHP Google Login
Authenticate site users with Google accounts
Author: By
Last change:
Date: 2 years ago
Size: 2,781 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="pt"> <head> <link rel="icon" type="image/png" sizes="16x16" href="/images/looglemin.png"> <meta charset=?UTF-8?> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Login Google</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> <!-- Font Awesome Icons --> <link rel="stylesheet" href="https://www.esmonserrate.org/templates/AdminLTE/plugins/fontawesome-free/css/all.min.css"> <!-- overlayScrollbars --> <link rel="stylesheet" href="https://www.esmonserrate.org/templates/AdminLTE/plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> <!-- Theme style --> <link rel="stylesheet" href="https://www.esmonserrate.org/templates/AdminLTE/dist/css/adminlte.min.css"> </head> <body class="hold-transition dark-mode sidebar-mini layout-fixed layout-navbar-fixed layout-footer-fixed"> <div class="wrapper"> <!-- Preloader --> <nav class="main-header navbar navbar-expand navbar-dark"> <!-- Right navbar links --> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link" data-widget="fullscreen" href="#" role="button"> <img src="https://www.esmonserrate.org/images/user.png" alt="AdminLTE Logo" id="photo" class="brand-image img-circle elevation-3" style="opacity: .8"> <span class="brand-text font-weight-light" ><small id="name">Administração</small></span> </a> </li> <li class="nav-item"> <a class="nav-link" onclick="logout()" href="#" role="button"> <i class="fas fa-door-open"></i> </a> </li> </ul> </nav> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1 class="m-0">Logged Zone</h1> </div> </div> <!-- /.row --> </div> <!-- /.container-fluid --> </div> <!-- /.content-header --> </div> <!-- /.content-wrapper --> </div> <!-- ./wrapper --> <!-- REQUIRED SCRIPTS --> <!-- jQuery --> <script src="https://www.esmonserrate.org//templates/AdminLTE/plugins/jquery/jquery.min.js"></script> <!-- Bootstrap --> <script src="https://www.esmonserrate.org//templates/AdminLTE/plugins/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- AdminLTE App --> <script src="https://www.esmonserrate.org//templates/AdminLTE/dist/js/adminlte.js"></script> <script src="/js/code/valida.js"></script> <script> renderAutentica(); </script> </body> </html>