-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelete.html
85 lines (67 loc) · 3.01 KB
/
delete.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Expiration Date Scanner</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="/favicon.ico" />
<!-- Fonts -->
<!-- Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700" rel="stylesheet">
<!-- CSS -->
<!-- Bootstrap CDN -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/themefisher-fonts/themefisher-fonts.css">
<link rel="stylesheet" href="plugins/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
<!-- Responsive Stylesheet -->
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body id="body">
<!-- hero area -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-md-6 text-center mb-5 mb-md-0">
</div>
<div class="col-md-6 align-self-center text-center text-md-left">
<div class="block">
<h1 class="font-weight-bold mb-4 font-size-60">Delete account</h1>
<p class="mb-4">In order to delete your account you can do so either on the app or by emailing me: [email protected]</p>
</div>
</div>
</div><!-- .row close -->
</div><!-- .container close -->
</section><!-- header close -->
<footer>
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<div class="block">
<a href="#" class="footer-logo mb-4">Foodless</a>
<ul class="list-inline footer-menu">
<li class="list-inline-item">
<a href="#">HOME</a>
</li>
<li class="list-inline-item">
<a href="#about">ABOUT</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Js -->
<script src="plugins/jquery-2.1.1.min.js"></script>
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<script src="plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific.popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>