-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdonate.html
69 lines (58 loc) · 4.27 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
<!doctype html>
<html lang="en">
<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>Mnimi Game (Support)</title>
<meta name="theme-color" content="#9ad1ea">
<meta name="description" content="Mnimi is a game of memory skill inspired by Simon electronic game. The game creates a series of lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails, the game is over.">
<meta property="og:title" content="Mnimi Game">
<meta property="og:site_name" content="https://www.mnimi.ir">
<meta property="og:description" content="Mnimi is a game of memory skill inspired by Simon electronic game. The game creates a series of lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails, the game is over.">
<meta property="og:image" content="http://www.mnimi.ir/images/og-icon.png">
<meta name="twitter:image:src" content="http://www.mnimi.ir/images/og-icon.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mnimi Game">
<meta name="twitter:description" content="Mnimi is a game of memory skill inspired by Simon electronic game. The game creates a series of lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails, the game is over.">
<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="white">
<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="144x144">
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<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">Mnimi Game</h1>
<div class="header" itemprop="siteMenu">
<button onclick="redirect(7);" class="reset" id="game" title="Mnimi Game">Game</button>
<button onclick="redirect(5);" class="reset" id="help" title="Help Page">Help</button>
</div>
<div style="text-align:center;">
<img src="images/donate.jpg" alt="Mnimi 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(2);" class="reset" title="Bitcoin">Bitcoin</button>
<button onclick="redirect(4);" class="reset" title="Coffeete">Coffeete</button>
<button onclick="redirect(1);" class="reset" title="Github">Github</button>
<button onclick="redirect(3);" class="reset" title="Email">Email</button>
</div>
<div id="login-footer" itemprop="siteFooter">
<p> Designed With ❤️ </p>
<p>By<a href="http://www.sepand.tech" title="Sepand Haghighi" target="_blank" rel="noopener"> S.Haghighi</a></p>
</div>
</div>
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>