forked from ESW1234/esw1234.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbo204.html
More file actions
36 lines (31 loc) · 895 Bytes
/
bo204.html
File metadata and controls
36 lines (31 loc) · 895 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
<!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>
<script src="http://bochean-ltm2.internal.salesforce.com:6109/lightning/lightning.out.js"></script>
<script src="js/bo204.js"></script>
<div id="button_goes_here"/>
<!-- W-3000482 -->
<a href="javascript:window.location.reload()">Refresh</a>
<a href="bo204.html">Navigate to this page</a>
<script>
[window, document, document.body].forEach(function(node) {
['beforeunload', 'pagehide'].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;
}
</style>
</html>