mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 22:14:12 +00:00
nem sei pq tantos arquivos
This commit is contained in:
11
gestao_raul/Lib/site-packages/pwa/templates/offline.html
Normal file
11
gestao_raul/Lib/site-packages/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