mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
13 lines
265 B
HTML
13 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Helper page for ../unload-manual.html</title>
|
|
</head>
|
|
<body>
|
|
<script src="./unload.js"></script>
|
|
<script>
|
|
setupListeners("c", null);
|
|
</script>
|
|
<button id="proceed">Click me, one last time!</button>
|
|
</body>
|
|
</html>
|