PHP Classes

File: login.html

Recommend this page to a friend!
  Classes of Luis Gabriel Hernandez Valderrama   PHP Billing System Reports   login.html   Download  
File: login.html
Role: Auxiliary data
Content type: text/plain
Description: HTML template
Class: PHP Billing System Reports
Display and email customer billing reports
Author: By
Last change:
Date: 4 years ago
Size: 1,089 bytes
 

Contents

Class file image Download
<!--script src="//code.jquery.com/jquery-1.10.2.js"></script --> <link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons.css"> <link rel="stylesheet" href="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/style.css"> <div class="frmcont"> <div> <center><h2 class="content-head is-center"> Bienvenido</h2> <aside><p><b><em>Ingrese sus datos por favor.</em></b></p></aside> </center> <div> <form class="pure-form pure-form-stacked" action="validaringreso.php" method="post"> <fieldset class="pure-group"> <input type="text" maxlength="50" id="Usuarioin" name="Usuarioin" placeholder="Escribe tu nombre de usuario:" size="auto" autofocus tabindex="1" /> <input type="password" placeholder="Escribe tu contraseņa" tabindex="2" maxlength="50" id="Passin" name="Passin" size="auto" /> </fieldset><br> <fieldset> <b><input name="Enviar la informaci&oacuten al servidor" type="submit" value=" Ingresar " tabindex="3" /></b> </fieldset><br> </form> </div> </div> </div>