blob: 56c8bbcea8df8ac2092cd82037663d32f90994ab [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>push-app-sk demo</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">
<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>
<push-app-sk id=ele></push-app-sk>
</body>
</html>