Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#f00" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DMD 3440 - Room of Chat</title>
<link href="login.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" href="/chat-icon-57.png"/>
</head>
<body>
<div class="loginBox">
<div class="logo">
<img id="icon" src="images/icon192.png" alt="Chat App Icon">
<div class="name">LIVE CHAT</div>
</div>
<div class="loginText">Login</div>
<form>
<label for="username">Username:</label><br>
<input type="text" id="username" name="username"><br>
<label for="password">Password:</label><br>
<input type="text" id="password" name="password">
</form>
<a href="index.html" class="go">GO!</a>
<div class="redirect">Don't have an account? <a href="createAccount.html" class="create">Sign Up</a></div>
</div>
<script src="login.js"></script>
</body>
</html>