mirror of https://bitbucket.org/ausocean/av.git
audio-player: footer and liscence
This commit is contained in:
parent
b0f87dd01e
commit
935e3fca62
|
@ -12,21 +12,20 @@
|
|||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
|
||||
<body class="d-flex flex-column">
|
||||
<div id="page-content">
|
||||
<div class="jumbotron">
|
||||
<div class="container-fluid">
|
||||
<input type="file" id="input">
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<audio controls="controls" id="audio">
|
||||
Your browser does not support the <code>audio</code> element.
|
||||
<source id="source" src="" type="audio/wav" />
|
||||
</audio>
|
||||
</div>
|
||||
<body>
|
||||
<div class="jumbotron">
|
||||
<div class="container-fluid">
|
||||
<input type="file" id="input">
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<audio controls="controls" id="audio">
|
||||
Your browser does not support the <code>audio</code> element.
|
||||
<source id="source" src="" type="audio/wav" />
|
||||
</audio>
|
||||
</div>
|
||||
</div>
|
||||
<footer id="sticky-footer" class="footer py-4 bg-dark text-white-50">
|
||||
<footer id="sticky-footer" class="footer py-4 bg-dark text-white-50"
|
||||
style="position: absolute; bottom: 0; width: 100%;">
|
||||
<div class="container text-center">
|
||||
<small>©2019 Australian Ocean Laboratory Limited (AusOcean) (<a rel="license"
|
||||
href="https://www.ausocean.org/license">License</a>)</small>
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
html,
|
||||
body {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#page-content {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
#sticky-footer {
|
||||
flex-shrink: none;
|
||||
}
|
||||
|
||||
.jumbotron {
|
||||
margin: 0;
|
||||
}
|
Loading…
Reference in New Issue