-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignUp.php
More file actions
32 lines (26 loc) · 788 Bytes
/
signUp.php
File metadata and controls
32 lines (26 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>cleanado</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form action = "createUser.php" method = "GET">
<div id="signUp">
<script src="script.js"></script>
<img src="Cleanado_name_and_logo.png" alt="Cleanado Logo">
<br>
<input name='username' placeholder="Username"></input>
<br>
<input name='password' placeholder="Password"></input>
<br>
<input name='complex'placeholder='Apartment Complex' ></input><br>
<input name='aptnumber'placeholder='Apartment Number' ></input><br>
<br>
</div>
<input type="submit" value="Login"></button>
</form>
</body>
</html>