mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|