mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
15 lines
201 B
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>
|