forked from TheRoccoB/simmer-custom-domain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.29 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
<!doctype html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Fun and logic game where you have to match 5 dice in a row to break the dice">
<meta name="keywords" content="Dice, Dice Game, Unity Game, Match 5, Connect 5, Dice Breaker, Dice Game, Game with Dice,Best Dice Game,Brain Puzzle,Casual Dice Game">
<meta name="author" content="Company Of Bros">
<title>Dice Breaker - Match 5 Puzzle</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BCMQ23FJ7M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BCMQ23FJ7M');
</script></head>
<body></body>
<!--replace this with your script tag-->
<script src="https://us-central1-simmer-io.cloudfunctions.net/app/open/cd/dicebreaker.io/embed.js"></script>
<footer style="background-color:black;">
<p style="color:powderblue">Author: Maxime Gheysen</p>
<p style="color:powderblue"><a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</html>