-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 816 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Serato YouTube Import</title>
<link href="index.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
</head>
<body>
<div id="search" class="styled-input"><input type="text" placeholder="♩ ♪ ♫ ♬ ?" autofocus></div>
<div id="wrapper"><ol id="results"></ol></div>
<div id="progress">
<progress max="100" value="0"></progress>
<div class="buttonsContainer">
<button id="cancel" class="button button--cancel" disabled>Cancel</button>
<button id="import" class="button button--moema" disabled>Import</button>
</div>
</div>
<script src="index.js"></script>
</body>
</html>