-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
43 lines (31 loc) · 1.18 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
<?php
/*
Template Name: Contact Form
*/
?>
<!DOCTYPE html>
<html>
<head>
<title>Add Users</title>
</head>
<body>
</body>
</html>
<?php get_header(); ?>
<?php { ?>
<div class = "main" style="height:200px;width:200px; padding-top:20px; display:inline-block; align:center">
<form action="http://localhost:8888/login/" id="contactForm" method="post">
<ol class="forms">
<li class="buttons"><input type="hidden" name="submitted" id="submitted" value="true" /><button type="submit">Login »</button></li>
<!--<li class="buttons"><input type="button" name="submitted" id="submitted" value="Check list of users" onClick=" location='http://localhost:8888/82-2/ '" /></li> -->
</ol>`
</form>
<form action="http://localhost:8888/sign-up/" id="contactForm" method="post">
<ol class="forms">
<li class="buttons"><input type="hidden" name="submitted" id="submitted" value="true" /><button type="submit">Sign Up »</button></li>
<!--<li class="buttons"><input type="button" name="submitted" id="submitted" value="Check list of users" onClick=" location='http://localhost:8888/82-2/ '" /></li> -->
</ol>`
</form>
</div>
<?php } ?>
<?php get_footer(); ?>