-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 953 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='primar.css'>
<title>Primar - a colorful new take on the classic block puzzle idea!</title>
</head>
<body class='background'>
<div class='bar'>
<span class='gamePremise'> This game will twist your brain!</span>
<a href='https://play.google.com/store/apps/details?id=timobecker.primar&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img class='store' alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/></a>
<a class='pressKit' href='press.html'>PressKit</a>
</div>
<img class='logo centered' alt='Primar - a colorful new take on the classic block puzzle idea!' src='logo.png'>
<div class='centered videoContainer'>
<div class='videoWrapper'>
<iframe class='video' src="https://www.youtube.com/embed/IpWIrDUC9Sk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</body>
</html>