45 lines
1.4 KiB
HTML
45 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<script>
|
|
if (typeof module === 'object') {
|
|
window.module = module;
|
|
module = undefined;
|
|
}
|
|
</script>
|
|
<script src="./../libs/jquery/jquery-3.2.1.min.js"></script>
|
|
<script src="./../libs/bootstrap/js/bootstrap.js"></script>
|
|
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<link rel="stylesheet" href="./../libs/bootstrap/css/bootstrap.css" />
|
|
<link rel="stylesheet" href="./../libs/bootstrap/css/bootstrap-theme.css" />
|
|
<link rel="stylesheet" href="./../style/progress.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container-fluid">
|
|
<button id="party" class="very-sweet-looking">Open</button>
|
|
<input id="business" type="file" style="display: none" />
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="input-group">
|
|
<input type="text" class="form-control input-sm" maxlength="128" id="url" placeholder="YT-Url" />
|
|
<span class="input-group-btn">
|
|
<button type="button" id="start-download" class="btn btn-primary btn-sm">Download</button>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-12" id="output">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="./../js/app.js"></script>
|
|
</body>
|
|
|
|
</html>
|