diff options
author | 2015-11-04 18:55:36 +0100 | |
---|---|---|
committer | 2015-11-04 18:55:36 +0100 | |
commit | b6707c3bb53c931e9ec3c5c6630149b7121bbcf5 (patch) | |
tree | 2d9c880bb21242c3fb4619977fe9a71658b3d06e /3rdparty/mongoose/examples/cookie_authentication/index.html | |
parent | 2a067f08a4582cdff841dc27b661a9e48fac419a (diff) |
Removed mongoose due to restricted license and webserver wip till code is restructured (nw)
Diffstat (limited to '3rdparty/mongoose/examples/cookie_authentication/index.html')
-rw-r--r-- | 3rdparty/mongoose/examples/cookie_authentication/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/3rdparty/mongoose/examples/cookie_authentication/index.html b/3rdparty/mongoose/examples/cookie_authentication/index.html deleted file mode 100644 index fc992fd03de..00000000000 --- a/3rdparty/mongoose/examples/cookie_authentication/index.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8" /> - <title>WebSocket Test</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <style type="text/css"> - body { - background-color: #cde; margin: 0; - padding: 0; font: 14px Helvetica, Arial, sans-serif; - } - * { outline: none; } - div.content { - width: 800px; margin: 2em auto; padding: 20px 50px; - background-color: #fff; border-radius: 1em; - } - label { display: inline-block; min-width: 7em; } - input { border: 1px solid #ccc; padding: 0.4em; margin: 0 0 10px 0; } - a:link, a:visited { color: #69c; text-decoration: none; } - @media (max-width: 700px) { - body { background-color: #fff; } - div.content { - width: auto; margin: 0 auto; border-radius: 0; padding: 1em; - } - } -</style> - -<body> - <div class="content"> - <h1>Mongoose Cookie Base Authentication</h1> - <p>This is an index page. Authentication succeeded.</p> -</body> -</html>
\ No newline at end of file |