mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
13 lines
No EOL
287 B
HTML
13 lines
No EOL
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Document has been prerendered</title>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
if(document.visibilityState) {
|
|
window.localStorage.setItem("visibilityState:" + document.visibilityState, "hit");
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |