-
Notifications
You must be signed in to change notification settings - Fork 0
/
march29-b.html
105 lines (105 loc) · 4.86 KB
/
march29-b.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>11 Best Places to Visit in Scotland</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<script>
(function(n,i,v,r,s,c,x,z){x=window.AwsRumClient={q:[],n:n,i:i,v:v,r:r,c:c};window[n]=function(c,p){x.q.push({c:c,p:p});};z=document.createElement('script');z.async=true;z.src=s;document.head.insertBefore(z,document.head.getElementsByTagName('script')[0]);})(
'cwr',
'da840dc9-c028-4fd8-ac42-1ee65e9a7eb9',
'1.0.0',
'us-east-1',
'https://client.rum.us-east-1.amazonaws.com/1.12.0/cwr.js',
{
sessionSampleRate: 1,
guestRoleArn: "arn:aws:iam::074682590620:role/RUM-Monitor-us-east-1-074682590620-8881309088661-Unauth",
identityPoolId: "us-east-1:8383cede-668c-4453-8215-3f06e9521d13",
endpoint: "https://dataplane.rum.us-east-1.amazonaws.com",
telemetries: ["performance","errors","http"],
allowCookies: true,
enableXRay: false,
sessionEventLimit: 0
}
);
</script>
</head>
<body>
<section class="page-header">
<a href="https://adebayor123.github.io/MultiPageApp/" class="btn">View on GitHub</a>
<a href="https://adebayor123.github.io/MultiPageApp/index.html" class="btn">Index</a>
<a href="https://adebayor123.github.io/MultiPageApp/march29-a.html" class="btn">March29-a</a>
<a href="https://adebayor123.github.io/MultiPageApp/march29-b.html" class="btn">March29-b</a>
<button style="font-size: x-large;padding: 5px;" onclick="jsError1()">Generate Common JS Error</button>
<button style="font-size: x-large;padding: 5px;" onclick="jsError2()">Generate Page specific JS Error</button>
<button style="font-size: x-large;padding: 5px;" onclick="httpError()">Generate HTTP Error</button>
</section>
<section class="page-header">
<h1 class="project-name">11 Best Places to Visit in Scotland</h1>
<h2 class="project-tagline"></h2>
<b>1. Edinburgh</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-edinburgh.jpg"/>
<br>
<b>2. Glasgow</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-glasgow.jpg"/>
<br>
<b>3. Scottish Highlands</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-scottish-highlands.jpg"/>
<br>
<b>4. St. Andrews</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-st-andrews.jpg"/>
<br>
<b>5. Loch Ness</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-loch-ness.jpg"/>
<br>
<b>6. Aberdeen</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-aberdeen.jpg"/>
<br>
<b>7. Loch Lomond</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-loch-lomond.jpg"/>
<br>
<b>8. Stirling</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-stirling.jpg"/>
<br>
<b>9. Isle of Arran</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-isle-of-arran.jpg"/>
<br>
<b>10. Isle of Skye</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-isle-of-skye.jpg"/>
<br>
<b>11. Fort William</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-fort-william.jpg"/>
<br>
<br>
<b>12. Unknown</b><br>
<img src="https://www.planetware.com/wpimages/2019/02/scotland-best-places-to-visit-fort-williams.jpg"/>
</section>
<script>
function recordEventClick() {
cwr('recordEvent', {
type: 'custom_click_event',
data: { timestamp: Date.now(), currLocation: window.location }
});
}
function listenToScrolls() {
window.addEventListener(
"scroll",
() => recordScrollEvent(),
{ passive: true }
);
}
function recordScrollEvent() {
cwr('recordEvent', {
type: 'custom_scroll_event',
data: { timestamp: Date.now(), currLocation: window.location }
});
}
function httpError() {
fetch("https://ww.nyksdfs.com");
}
</script>
</body>