mirror of https://bitbucket.org/ausocean/av.git
audio-player: finished style
This commit is contained in:
parent
935e3fca62
commit
1dd6ad54d1
|
@ -9,10 +9,9 @@
|
||||||
<script type="text/javascript" src="main.js"></script>
|
<script type="text/javascript" src="main.js"></script>
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
||||||
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body style="height: 100%">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<input type="file" id="input">
|
<input type="file" id="input">
|
||||||
|
|
Loading…
Reference in New Issue