-
Notifications
You must be signed in to change notification settings - Fork 0
/
disclaimer.html
71 lines (62 loc) · 2.27 KB
/
disclaimer.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
<!DOCTYPE html>
<html lang="en">
<head>
<script
data-ad-client="ca-pub-5750060815915776"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<meta
name="google-site-verification"
content="D0HU3MUYTVs1gApM8Nqry__GkvLoGxfr5tuPX6oJUr0"
/>
</head>
<link
rel="shortcut icon"
href="{{ url_for('static', filename='favicon.ico') }}"
/>
<title>goshort.in | index a short url . | Disclaimer</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://unpkg.com/tachyons/css/tachyons.min.css"
/>
<body>
{% include 'nav.html'%}
<h1>Disclaimer for goshort.in</h1>
<p>
If you require any more information or have any questions about our site's
disclaimer, please feel free to contact us by email at
</p>
<h2>Disclaimers for goshort.in</h2>
<p>
All the information on this website - https://goshort.in - is published in
good faith and for general information purpose only. goshort.in does not
make any warranties about the completeness, reliability and accuracy of
this information. Any action you take upon the information you find on
this website (goshort.in), is strictly at your own risk. goshort.in will
not be liable for any losses and/or damages in connection with the use of
our website.
</p>
<p>
From our website, you can visit other websites by following hyperlinks to
such external sites. While we strive to provide only quality links to
useful and ethical websites, we have no control over the content and
nature of these sites. These links to other websites do not imply a
recommendation for all the content found on these sites. Site owners and
content may change without notice and may occur before we have the
opportunity to remove a link which may have gone 'bad'.
</p>
<h2>Consent</h2>
<p>
By using our website, you hereby consent to our disclaimer and agree to
its terms.
</p>
<h2>Update</h2>
<p>
Should we update, amend or make any changes to this document, those
changes will be prominently posted here.
</p>
</body>
</html>