Create index-mobile.html
This commit is contained in:
parent
f4d3607e84
commit
ccc8ecdca6
41
music/index-mobile.html
Normal file
41
music/index-mobile.html
Normal file
@ -0,0 +1,41 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||
<style>
|
||||
body {
|
||||
font-family: Roboto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="height:97%;width:90%;margin-left:6%;">
|
||||
|
||||
<div class="featured" style="height:100%;width:60%;">
|
||||
|
||||
|
||||
<iframe style="border: 0; width: 350px; height: 650px;transform: scale(2.5);transform-origin: 0 0;" src="../content/newrelease.html" seamless><a href="http://retrylife.bandcamp.com/album/sir-dankleys-mlg-restaurant">Sir Dankley's MLG Restaurant by RetryLife</a></iframe>
|
||||
|
||||
<div style="height:80%"></div>
|
||||
|
||||
|
||||
<div style="height:0.5rem;"></div>
|
||||
<a href="https://retryilfe.bandcamp.com" class="btn btn-primary" style="width:95%;font-size:80px;margin-left:26%">More Music!</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
|
||||
|
||||
</body>
|
Loading…
x
Reference in New Issue
Block a user