forked from sepandhaghighi/lightsout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonate.html
75 lines (62 loc) · 3.8 KB
/
donate.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
<!doctype html>
<html lang=en-US>
<head>
<script src="js/sweetalert.min.js"></script>
<link rel="stylesheet" href="css/themes/google/google.css">
<link rel="stylesheet" type="text/css" href="css/sweetalert.css">
<link href="css/style.min.css" rel=stylesheet type="text/css">
<script src="js/script.min.js" type="text/javascript"></script>
<title>Lights Out Game (Support)</title>
<meta name="description" content="Lights Out, Linear Algebra Game ;-), The goal of the puzzle is to switch all the lights off, preferably in as few button presses as possible"/>
<meta property="og:title" content="Lights Out" />
<meta property="og:site_name" content="http://www.lightsout.ir"/>
<meta property="og:description" content="Lights Out, Linear Algebra Game ;-), The goal of the puzzle is to switch all the lights off, preferably in as few button presses as possible" />
<meta property="og:image" content="http://www.lightsout.ir/lightsout/images/og-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json" />
<link href="images/favicon/4.png" rel="shortcut icon">
<link href="images/favicon/1.png" rel="-touch-icon">
<link href="images/favicon/2.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/favicon/3.png" rel="apple-touch-icon" sizes="114x114">
</head>
<body>
<div id="particles-js" itemscope itemtype="http://schema.org/WebPage"> </div>
<div class="siteWrapper" id="siteWrapper" itemprop="mainContentOfPage">
<h1 id="game_name" style="color:black;" itemprop="siteName">Lights Out Game</h1>
<div class="header" itemprop="siteMenu">
<button onclick="redirect(7);" class="reset" id="game" title="Lightsout Game">Game</button>
<button onclick="redirect(5);" class="reset" title="Help Page">Help</button>
</div>
<div align="center">
<img src="images/donate.jpg" alt="Lights Out Donation" class="donate_image">
</div>
<div class="help" itemprop="donateSection">
<p>If you do like our game and we hope that you do, can you please support us? Our game is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .</p>
</div>
<div class="button_section" itemprop="linkSection">
<button onclick="redirect(3);" class="reset" title="BeerPay">BeerPay</button>
<button onclick="redirect(2);" class="reset" title="Bitcoin">Bitcoin</button>
<button onclick="redirect(4);" class="reset" title="Payping">Payping</button>
<button onclick="redirect(1);" id="saythanks" class="reset" title="Say Thanks ;-)">Say Thanks!</button>
</div>
<div id="login-footer" itemprop="siteFooter">
<p > Designed With ❤️ </p>
</div>
</div>
<script src="js/particles.min.js"></script>
<script src="js/app.min.js"></script>
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-108153378-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>