-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnectionerror.html
More file actions
27 lines (27 loc) · 851 Bytes
/
connectionerror.html
File metadata and controls
27 lines (27 loc) · 851 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="UTF-8">
<title>Connection Error</title>
<meta name="author" content="Anne Essien">
<meta name="viewport" content="width=device-width,initial-scale">
<link rel="icon" href="model.JPEG">
<base target="_top">
<style type="text/css">
<!--
body {
margin: 3em;
background-image: none;
background-color: white;
font-size: .8em;
text-align: left; }
-->
</style>
</head>
<body>
<h1 style="margin: 0px;">Connection Error!</h1>
<hr>
<p>The webpage of News API at <strong>"https://newsapi.org/v2/everything?domains=wsj.com"</strong> does not seem to be available</p>
<p>Now, <a href="javascript:self.close();" title="'Hit the reload button!'">try reloading the page or troubleshoot your internet connection.</a>.</p>
</body>
</html>