70 lines
2.3 KiB
HTML
70 lines
2.3 KiB
HTML
<head>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
|
<style>
|
|
h1 {
|
|
text-align:center;
|
|
}
|
|
h3 {
|
|
text-align:center;
|
|
}
|
|
.vcenter {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
float: none;
|
|
}
|
|
a.btnn {
|
|
color:white;
|
|
}
|
|
.embed {
|
|
align:center;
|
|
}
|
|
.btnn {
|
|
align-self:center;
|
|
}
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<ul class="nav justify-content-center">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./index.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link active" href="./music.html">Music</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./twitch.html">Twitch</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="./other.html">Other</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div style="height:3%"></div>
|
|
|
|
<div class="container">
|
|
<div class="d-flex justify-content-between">
|
|
<div class="p-1">
|
|
</div>
|
|
<div class="p-1">
|
|
<div class="embed">
|
|
<iframe style="border: 0; width: 350px; height: 786px;" src="https://bandcamp.com/EmbeddedPlayer/album=3953554787/size=large/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="http://retrylife.bandcamp.com/album/x-mas-02">X-MAS 02 by RetryLife</a></iframe>
|
|
</div>
|
|
</div>
|
|
<div class="p-1">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<div class="text-center">
|
|
<a class="btnn" href="https://retrylife.bandcamp.com"><button type="button" class="btn btn-primary">More Music</button></a>
|
|
<a class="btnn" href="https://keybase.pub/ewpratten/RetryLife%20Albums"><button type="button" class="btn btn-primary">Free Downloads</button></a>
|
|
|
|
|
|
</div>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
|
|
</body>
|