content/hifi-content/wadewatts/youtube app/app-youtube-test.html
2022-02-14 02:04:11 +01:00

24 lines
No EOL
1.1 KiB
HTML

<html>
<head>
<title>humbletim&apos;s youtube wrapper</title>
<style>
body { margin: 0; overflow:hidden; }
#splash { border: solid 2px rgba(0,0,0,.8); bottom: 0; padding: 8px; margin: 16px; font-size: 8px; font-family: sans; position: fixed; z-index: 999; background-color: rgba(255,255,255,.9); color: black; border-radius: 4px; }
</style>
</head>
<body>
<div id="splash">humbletim's hifi-youtube wrapper v<span id='version'><span style='visibility:hidden'>v0.0.0x</span></span></div>
<div id="player">... waiting for HiFi init ...</div>
<script>!function() {
print = console.info.bind(console);
var BUNDLE = "app.html.js";
if (/app-youtube-test/.test(location.href))
console.info('BUNDLE: '+ (BUNDLE = "app-youtube-test.js"));
var tag = document.createElement('script');
tag.src = BUNDLE + location.search + location.hash;
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
}();</script>
</body>
</html>