You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<title>Login Form</title>
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
|
|
|
|
<link type="text/css" rel="stylesheet" href="css/stdb.css" media="screen,projection"/>
|
|
|
|
<link rel="shortcut icon" type="image/png" href="https://avatars1.githubusercontent.com/u/17867603?v=3&s=200"/>
|
|
|
|
<script src="js/jquery-3.0.0.min.js"></script>
|
|
|
|
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
|
|
<style>
|
|
|
|
|
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
a:active {
|
|
|
|
-webkit-text-fill-color: #000000;
|
|
|
|
-webkit-text-stroke-width: 2px;
|
|
|
|
-webkit-text-stroke-color: #000000;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body class="flexCenter" style="background-color:#0ca3d2;">
|
|
|
|
|
|
|
|
|
|
|
|
<div >
|
|
|
|
<div>
|
|
|
|
<a href="login.html" style="font-size:100px;color:#F0F0F0;" >LOGIN</a>
|
|
|
|
<h style="font-size:200px;color:#F0F0F0;" >|</h>
|
|
|
|
<a href="stat.html" style="font-size:100px;color:#F0F0F0;" >STAT</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
<script language="javascript">
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</html>
|