-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (31 loc) · 1.14 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sweet Jelly Match 3 Puzzle</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Pacifico" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="bgimg">
<div class="middle">
<div class="logo">
<img src="images/logo.png" alt="">
</div>
<hr>
<div class="links">
<a href="https://play.google.com/store/apps/details?id=com.match.puzzle.jelly.smash.candy"><img
src="images/google.png" alt="PlayStore"></a>
</br>
<a href="https://apps.apple.com/us/app/sweet-jelly-match-3-puzzle/id1619009351"><img
src="images/ios.png" alt="AppStore"></a>
</div>
</div>
<div class="footer">
<a href="privacy.html">Privacy Policy</a>
</div>
</div>
</body>
</html>