Login works

This commit is contained in:
amazing-username
2017-05-24 21:21:45 -05:00
parent 577b494ecc
commit 6fb825de5c
7 changed files with 150 additions and 19 deletions
+3 -3
View File
@@ -11,11 +11,11 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<body style="background-color:#eee">
<div class="jumbotron text-center">
<h1>HomeIsWhereTheMoneyIs</h1>
<a href="login"><button style="height:40%;width:40%"><h1 style="font-size:1000%">Login</h1></button><br></a>
<a href="register"><button style="height:20%;width:20%"><h1 style="font-size:500%">Register</h1></button></a>
<a href="login"><button style="height:40%;width:90%"><h1 style="font-size:1000%">Login</h1></button><br></a>
<a href="register"><button style="height:20%;width:50%"><h1 style="font-size:500%">Register</h1></button></a>
</div>
</body>
</html>