blob: 0e57e3b340d569ea74c5b516c234a9119c604577 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'none';
script-src h5vcc-embedded://*/splash_screen.js;
style-src h5vcc-embedded://*/splash_screen.css;
img-src h5vcc-embedded://*/you_tube_logo.png;">
<link rel="stylesheet" type="text/css" href="h5vcc-embedded://splash_screen.css">
</head>
<body>
<div id="splash">
<img src="h5vcc-embedded://you_tube_logo.png" class="hidden">
</div>
<div id="loading">
<div id="spinner">
<div class="dot" id="dot1"></div>
<div class="dot" id="dot2"></div>
<div class="dot" id="dot3"></div>
<div class="dot" id="dot4"></div>
<div class="dot" id="dot5"></div>
<div class="dot" id="dot6"></div>
<div class="dot" id="dot7"></div>
<div class="dot" id="dot8"></div>
</div>
</div>
<script type="text/javascript" src="h5vcc-embedded://splash_screen.js">
</script>
</body>
</html>