-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignupadmin.php
32 lines (29 loc) · 1.54 KB
/
signupadmin.php
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, initial-scale=1.0">
<title>bakery</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/-Login-form-Page-BS4-.css">
<link rel="stylesheet" href="assets/css/Bold-BS4-Footer-Big-Logo.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Button.css">
<link rel="stylesheet" href="assets/css/Registration-Form-with-Photo.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="register-photo">
<div class="form-container">
<div class="image-holder"></div>
<form method="post" action="daftaradmin.php">
<h2 class="text-center"><strong>Create</strong> an account.</h2>
<div class="form-group"><input class="form-control" type="text" name="username" required="" placeholder="Username"></div>
<div class="form-group"><input class="form-control" type="password" name="password" required="" placeholder="Password"></div>
<div class="form-group"><button class="btn btn-primary btn-block" type="submit">Sign Up</button></div><a href="loginadmin.php" class="punyaakun">You already have an account? Login here.</a></form>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>