Exemple #1
0
<html lang="en">  
	<head>
		<?php 
echo scSys::SCLicence();
?>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta charset="utf-8" />
		<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
		
		<meta name="description" content="login system">
		<meta name="keyword" content="">
		<meta name="author" content="sapeltu-core">
		<title>Login System</title> 
		<link rel="stylesheet" type="text/css" href="./sapeltucore/sc_credits/bootstrap/bootstrap.min.css">
		<style type="text/css">    
			*{
				box-sizing:border-box;
					-moz-box-sizing:border-box;
					-ms-box-sizing:border-box; 
					-o-box-sizing:border-box; 
					-webkit-box-sizing:border-box; 
                     
			} 
			a{
			     color:#FFFFFF ; 
			     text-decoration:none; 
			}      
			     a:hover{
			          color:#FFFFFF ;     
			     }