blob: 733f48c4fbdccc770e3bda96e296c2b5eaba4389 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Skia Power Controller</title>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<script type="text/javascript" charset="utf-8">
// This bit of script loads the custom elements v1 polyfill, but only if required.
if (!window.customElements) {
var newScript = document.createElement('script');
newScript.src = "https://cdnjs.cloudflare.com/ajax/libs/custom-elements/1.0.8/custom-elements.min.js";
document.write(newScript.outerHTML);
}
</script>
</head>
<body>
<power-index-sk></power-index-sk>
</body>
</html>