diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-03-06 22:47:10 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-03-06 22:47:10 +0100 |
commit | 2a2fd331f9c4c2caed07b038f36ca02f351f0463 (patch) | |
tree | c52ab0289a7d4b3c576ba3f5e04d8aecba6beef8 /logout.html | |
parent | meals.js fix - still timing issues (diff) | |
download | beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar.gz beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar.bz2 beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar.lz beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar.xz beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.tar.zst beziapp-2a2fd331f9c4c2caed07b038f36ca02f351f0463.zip |
Diffstat (limited to 'logout.html')
-rw-r--r-- | logout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/logout.html b/logout.html index e94f331..c3f9b41 100644 --- a/logout.html +++ b/logout.html @@ -1,5 +1,5 @@ -<html lang="en"> - +<!DOCTYPE html> +<html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> @@ -23,4 +23,4 @@ <body> </body> -</html>
\ No newline at end of file +</html> |