blob: 7df9c451fe44a7152ad117b44b8f836ed3317b47 [file] [log] [blame]
<html>
<head>
<link rel="manifest" href="manifest.json"/>
<script>
window.onload = function() {
setTimeout(function() {
history.pushState("", "", "#pushState");
}, 0);
}
</script>
</head>
</html>