-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
39 lines (31 loc) · 1.26 KB
/
privacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="docs-assets/ico/favicon.png">
<link rel="apple-touch-icon" href="docs-assets/ico/ashbury-xyz-152px.png">
<title>Ashbury MDM | Privacy</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles and js for this template -->
<link href="ashbury.css" rel="stylesheet">
<script src="ashbury.js"></script>
</head>
<body>
<script>ashdoc.writenavbar();</script>
<div class=container>
<div class="page-header">
<h1>Privacy Policy</br><small>We do not collect your private data. We do not monazite your privacy.</small></h1>
</div>
</div>
<script>ashdoc.writefooter();</script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>