From 18a575e02816622706f740e9938515869b58a375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Mon, 14 Sep 2015 14:52:30 +0200 Subject: Reimplemented communication with the server. * Using engine.io to use web sockets or long polling. * Changed to a single-page app. --- index.html | 162 +++++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 132 insertions(+), 30 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index d8b0566..ae17a88 100644 --- a/index.html +++ b/index.html @@ -1,38 +1,140 @@ - CodeQ Login + + + + + + + + + + + + + + + + CodeQ -

CodeQ Login

-
- - - - - - - - - - - - - - - - - - -
Username:
Password:
Problem: - - -
- -
+ + +
+

CodeQ Login

+
+ + + + + + + + + + + + + + + + + + +
Username:
Password:
Problem: + + +
+ +
+
+ + + +
+ + - + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1