diff options
author | Edward <101938856+EdwardLangdon@users.noreply.github.com> | 2022-10-09 18:40:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-09 18:40:39 +0530 |
commit | 488c8c7c8b6b3431aed56c7eb1bc394fc8b6a321 (patch) | |
tree | 5e7d60bb0f818f0c37ab26babe127b26dd6baad7 /src/pages/background/incognito.html | |
parent | Update LibreDirect messages pt_BR 07-29-2022 (diff) | |
parent | Updated instances (diff) | |
download | libredirect-488c8c7c8b6b3431aed56c7eb1bc394fc8b6a321.zip |
Merge branch 'master' into patch-1
Diffstat (limited to 'src/pages/background/incognito.html')
-rw-r--r-- | src/pages/background/incognito.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/pages/background/incognito.html b/src/pages/background/incognito.html deleted file mode 100644 index 227d99e4..00000000 --- a/src/pages/background/incognito.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8" /> - <meta charset="UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title data-localise="__MSG_instanceIsOff__">Initializing Cookies</title> - <link href="../stylesheets/styles.css" rel="stylesheet" /> - <style> - body { - margin: 0; - padding: 0; - height: 100vh; - width: 100vw; - flex-wrap: wrap; - justify-content: center; - align-items: center; - font-size: 30px; - display: flex; - } - - div { - text-align: center; - } - </style> - </head> - - <body> - <div> - <p>Initializing Cookies...</p> - </div> - <script type="module" src="incognito.js"></script> - </body> -</html> |