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 lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#f00" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>DMD 3440 - Room of Chat</title>
<link rel="apple-touch-icon" href="apple-icon.png"/>
<link href="main.css?version=3" rel="stylesheet">
<link href="normalize.css" rel="stylesheet">
<link href="main-2.css" rel="stylesheet">
<link href="login.css" rel="stylesheet">
<link rel="manifest" href="manifest.json">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/77acf96f91.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="flex">
<div class="account">
<div>
<h1 class="logo-align"><img class="account-img" src="icon512.png"></h1>
</div>
<h1>Create Account</h1>
<div class="createInput">
<div class="form-group">
<input placeholder="First name" type="text" id="fname" name="fname">
<label class="form-control-placeholder" for="name">Name</label>
</div>
<div class="form-group">
<input placeholder="Email" type="text" id="email" name="email">
<label class="form-control-placeholder" for="email">Email</label>
</div>
<div class="form-group">
<input placeholder="Password" type="text" id="password" name="password">
<label class="form-control-placeholder" for="password">Password</label>
</div>
</div>
<div class="center">
<button class="signup-btn">Sign Up</button>
</div>
<div class="form-group">
<input type="text" id="name" class="form-control" required>
<label class="form-control-placeholder" for="name">Name</label>
</div>
<div class="form-group">
<input type="password" id="password" class="form-control" required>
<label class="form-control-placeholder" for="password">Password</label>
</div>
</div>
</div>
<script src="main.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>