You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
|
<!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
|
<!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<title>Lumberyard Distribution Portal</title>
|
|
<link rel="shortcut icon" href="images/Favicon.ico">
|
|
<link rel="stylesheet" href="css/kappa.css">
|
|
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
</head>
|
|
<body>
|
|
<section class="container">
|
|
<div class="login">
|
|
<h1>Lumberyard Distribution Portal</h1>
|
|
<form method="post" action="fetch_files.php">
|
|
<p><input type="text" name="login" value="" placeholder="Username"></p>
|
|
<p><input type="password" name="password" value="" placeholder="Password"></p>
|
|
<p class="submit"><input type="submit" name="commit" value="Login"></p>
|
|
</form>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
</body>
|
|
</html>
|