-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbo202.html
More file actions
executable file
·39 lines (33 loc) · 873 Bytes
/
bo202.html
File metadata and controls
executable file
·39 lines (33 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
</head>
<body>
<script src="js/bo202_bootstrap.js"></script>
<!-- W-3000482 -->
<a href="javascript:window.location.reload()">Refresh</a>
<a href="bo202.html">Navigate to this page</a>
<a href="http://google.com">google.com</a>
<script>
[window, document, document.body].forEach(function(node) {
['beforeunload', 'unload', 'pagehide', 'popstate'].forEach(function(event) {
node.addEventListener(event, function() {
console.log(node + ' ' + event);
});
});
});
</script>
<!-- -->
<style>
body {
margin: 0;
background: url("Spotify-large.png") no-repeat;
}
a {
display: block;
color: red;
}
</style>
</body>
</html>