-
Notifications
You must be signed in to change notification settings - Fork 0
/
offline.html
41 lines (32 loc) · 1.34 KB
/
offline.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
<!DOCTYPE html>
<html lang="en-US"><head>
<meta charset="utf-8">
<title>Chilli Clove | Recipes, Travel and Lifestyle | by Priyanka</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Food Recipes, Lifestyle and Travel Blogs by Priyanka. Recipes in Marathi and English, both">
<meta name="author" content="Priyanka">
<meta name="generator" content="Hugo 0.80.0" />
<body>
<span class="label label-warning">LOST Internet Connection!!! Please reconnect to internet and try again.
When ready, click <a class="nav-link text-uppercase text-white" href="https://chilliclove.com">here
</a> to visit <a class="nav-link text-uppercase text-white" href="https://chilliclove.com">https://ChilliClove.com
</a> .
</span>
<script>
if ("serviceWorker" in navigator) {
if (navigator.serviceWorker.controller) {
console.log("[PWA Builder] active service worker found, no need to register");
} else {
navigator.serviceWorker
.register("pwabuilder-sw.js", {
scope: "./"
})
.then(function (reg) {
console.log("[PWA Builder] Service worker has been registered for scope: " + reg.scope);
});
}
}
</script>
</body>
</html>