-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffline.html
More file actions
23 lines (22 loc) · 1.32 KB
/
Copy pathoffline.html
File metadata and controls
23 lines (22 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<title>You're offline — 360</title>
<meta content="noindex, nofollow" name="robots"/>
<style>
:root { color-scheme: dark; }
body { margin:0; min-height:100vh; display:grid; place-items:center; font-family:system-ui,sans-serif; background:#0b0b0d; color:#f5f5f7; }
main { max-width:520px; padding:32px; text-align:center; }
a { color:inherit; }
</style>
<meta content="You're offline — part of the 360 web platform." name="description"/><meta content="website" property="og:type"/><meta content="You're offline — 360" property="og:title"/><meta content="You're offline — part of the 360 web platform." property="og:description"/><meta content="https://360-search.com/offline.html" property="og:url"/><meta content="360" property="og:site_name"/><meta content="summary" name="twitter:card"/><meta content="You're offline — 360" name="twitter:title"/><meta content="You're offline — part of the 360 web platform." name="twitter:description"/><link href="https://360-search.com/offline.html" rel="canonical"/></head>
<body>
<main>
<h1>You're offline</h1>
<p>360 couldn't reach the network. Check your connection and try again.</p>
<p><a href="/">Try again</a></p>
</main>
</body>
</html>