-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
50 lines (44 loc) · 2.27 KB
/
terms.html
File metadata and controls
50 lines (44 loc) · 2.27 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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html manifest="cache.appcache">
<head>
<meta charset="UTF-8">
<meta name="author" content="import-this">
<meta name="application-name" content="notbot">
<meta name="description" content="A fast-paced interactive puzzle game - #notbot">
<meta name="keywords" content="notbot, game, puzzle,
2D, HTML, HTML5, CSS3, jQuery,
import-this, github, github.io, open source">
<meta name="robots" content="index, follow">
<!-- Mobile devices magic. -->
<meta name="viewport" content="width=device-width, minimal-ui">
<!-- Open Graph for Facebook. -->
<meta property="og:url" content="https://import-this.github.io/notbot/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="notbot" />
<meta property="og:site_name" content="notbot" />
<meta property="og:image" content="https://import-this.github.io/notbot/img/wallpaper.png" />
<meta property="og:description" content="A fast-paced interactive puzzle game - #notbot" />
<title>Terms of Use - notbot</title>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-87031518-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h2>DISCLAIMER</h2>
<p>
THE PRODUCT IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
PRODUCT OR THE USE OR OTHER DEALINGS IN THE PRODUCT.
</p>
</body>
</html>