PREEE LOG IN PROJECT CODE
<html>
<head>
<meta character="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>SnapChat</title>
</head>
<body>
<div class="box">
<h1>SNAP HACK</h1>
<form>
</label>Email</label> <br>
<input type="text" name="email"><br>
<label> Password</label> <br>
<input type="password" name="pass">
</form>
<a href= "test.html">
<button> LOG IN </button>
</a>
</div>
</body>
</html>
<style>
body {background-color: powderBlue;}
h1 {color: red;}
p {color: blue;}
</style>