gecko/build/pgo/index.html

15 lines
201 B
HTML

<html>
<head>
<title>PGO</title>
<script src="quit.js"></script>
</head>
<body>
Just going to quit after a timeout for now...
<script>
setTimeout(goQuitApplication, 10000);
</script>
</body>
</html>