Mix Youtube videos like a true DJ!
https://dj.tflcl.xyz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.4 KiB
48 lines
1.4 KiB
2 years ago
|
<!doctype html>
|
||
|
<html class="no-js" lang="">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title></title>
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<meta property="og:title" content="">
|
||
|
<meta property="og:type" content="">
|
||
|
<meta property="og:url" content="">
|
||
|
<meta property="og:image" content="">
|
||
|
|
||
|
<link rel="manifest" href="site.webmanifest">
|
||
|
<!-- <link rel="apple-touch-icon" href="icon.png"> -->
|
||
|
<!-- Place favicon.ico in the root directory -->
|
||
|
|
||
|
<link rel="stylesheet" href="css/normalize.css">
|
||
|
<link rel="stylesheet" href="css/main.css">
|
||
|
|
||
|
<meta name="theme-color" content="#fafafa">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<!-- Add your site or application content here -->
|
||
|
<p>YTDJ!</p>
|
||
|
<div id="desk">
|
||
|
<div class="player">
|
||
|
<iframe id="playerA" src="" width="480" height="270", frameborder='0'></iframe>
|
||
|
<input type="range" class="volumeSlider" min='0' max = '100' value="80">
|
||
|
</div>
|
||
|
<div class="player">
|
||
|
<iframe id="playerB" src="" width="480" height="270", frameborder='0'></iframe>
|
||
|
<input type="range" class="volumeSlider" min='0' max = '100' value="80">
|
||
|
</div>
|
||
|
</div>
|
||
|
<input type="range" id='crossfader' name="crossfader" min='0' max='1000' value='500'>
|
||
|
|
||
|
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
|
||
|
<script src="js/plugins.js"></script>
|
||
|
<script src="js/main.js"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|