Included the default serviceworker, updated the manifest, Add the default offline page, updated the unit test, Redme
This commit is contained in:
11
pwa/templates/offline.html
Normal file
11
pwa/templates/offline.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% load static %}<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Default offline template</title>
|
||||
<link href="{% static '/css/django-pwa-app.css' %}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>You are currently not connected to any networks.</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user