-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
49 lines (43 loc) · 2.27 KB
/
terms.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
<!DOCTYPE html>
<html manifest="cache.appcache">
<head>
<meta charset="UTF-8">
<meta name="author" content="import-this">
<meta name="application-name" content="XOR">
<meta name="description" content="A small collection of simple logic puzzle games - #xor">
<meta name="keywords" content="xor, xnor, nand, not, game, games, puzzle, puzzles,
2D, HTML, HTML5, 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/xor/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="XOR" />
<meta property="og:site_name" content="XOR" />
<meta property="og:image" content="https://import-this.github.io/xor/img/wallpaper.png" />
<meta property="og:description" content="A small collection of simple logic puzzle games - #xor" />
<title>Terms of Use - XOR</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-1', '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>