-
Notifications
You must be signed in to change notification settings - Fork 0
/
logout.html
37 lines (33 loc) · 1009 Bytes
/
logout.html
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" media="all" href="style.css">
<!-- <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>-->
<script>
</script>
</head>
<html>
<body>
<div class="container">
<form class="contact" action="gallery.html">
<h3>Do you wish to delete our information about you?</h3>
<h4>Simply fill out the form and pay €5.</h4>
<fieldset>
<input placeholder="First name" type="text" tabindex="1" autofocus>
</fieldset>
<fieldset>
<input placeholder="Sirname" type="text" tabindex="2" required>
</fieldset>
<fieldset>
<input placeholder="Email" type="email" tabindex="3" required>
</fieldset>
<fieldset>
<input placeholder="Phone number" type="text" tabindex="4" required>
</fieldset>
<fieldset>
<button type="submit" id="submit">Submit</button>
</fieldset>
</form>
</div>
</body>
</html>