-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfirmation.php
More file actions
42 lines (34 loc) · 1 KB
/
Copy pathconfirmation.php
File metadata and controls
42 lines (34 loc) · 1 KB
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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div.confirmation{
align-self: center;
width: 650px;
margin: 550px;
margin-left: 250px;
margin-top: 700px;
}
</style>
<style>
body {
background-image: url(" piction.jpg");
height: 970px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<title>confirmation</title>
</head>
<body>
<div class="confirmation">
<h1></h1>
<form action="connect.php" method="get">
<h3><font size="15">Phone number:</font><input type="textbox" name="number" style="width:170px; height:40px" /></h3>
<h3><font size="15">Time:</font>    <input type="textbox" name="hour" placeholder="hh" style="width:70px; height:30px" />: <input type="textbox" name="min" name="min" placeholder="mm" style="width:70px; height:30px"/ ></h3>
<input type="button" name="confirm" value="CONFIRM" onclick="submit()" style="font-size:30px;width:150px;height:50px;"/">
</form>
</div>
</body>
</html