-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Retro music player (Beta)</title>
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section class="content">
<div class="fixed-header">
</div>
<div class="header">
<header class="container">
<div class="title-container">
<img style="vertical-align:middle" src="./img/logo.png" width="64" height="64">
<h1>Retro music</h1>
</div>
<div class="body-content">
<h1>Retro music App</h1>
<h2>A Hybrid music player between Google Material Design guide lines and iOS Design in mind </h2>
<a href='https://play.google.com/store/apps/details?id=code.name.monkey.retromusic&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
<img id="google-play-button"alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' /></a></div>
</header>
</div>
</section>
<script type="text/javascript" src="bootstrap.min.js"></script>
</body>
</html>