This commit is contained in:
cuom1999 2020-03-17 23:57:57 -06:00
parent e820697e60
commit 9e95fd21a7
4 changed files with 135 additions and 1087 deletions

View file

@ -49,14 +49,14 @@
<br>
<div class="popup">
<div>
<img class="logo" src="/logo.png" alt="DMOJ">
<img class="logo" src="logo.png" alt="DMOJ">
</div>
<h1 style="width: 100%;">Oops, the DMOJ is down.</h1>
<h1 style="width: 100%;">Oops, LQDOJ is down now.</h1>
</div>
<br>
<hr>
<br>
<h2 class="msg">But don't worry, we'll be back soon.</h2>
<h2 class="msg">But don't worry, we'll be back soon. <br> In the free time, you can read my idol's codes <a href="http://codeforces.com/profile/cuom1999" style="color:red; text-decoration:none">cuom1999</a></h2>
</div>
</body>
</html>

View file

@ -4195,3 +4195,8 @@ INFO 2020-03-18 09:35:40,188 judgehandler judge1: Updated problem list
INFO 2020-03-18 09:36:11,729 judgehandler judge1: Updated problem list
INFO 2020-03-18 09:36:11,832 judgehandler judge1: Updated problem list
INFO 2020-03-18 09:36:11,842 judgehandler judge1: Updated problem list
INFO 2020-03-18 09:47:23,140 judgehandler Judge disconnected from: ('127.0.0.1', 51310)
INFO 2020-03-18 09:47:33,189 judgehandler Judge connected from: ('127.0.0.1', 53378)
INFO 2020-03-18 09:47:33,264 judgehandler Judge authenticated: ('127.0.0.1', 53378) (judge1)
INFO 2020-03-18 12:26:36,347 judgehandler judge1: Updated problem list
INFO 2020-03-18 12:26:45,389 judgehandler judge1: Updated problem list

View file

@ -382,7 +382,7 @@ favicon_paths = ['apple-touch-icon-180x180.png', 'apple-touch-icon-114x114.png',
for favicon in favicon_paths:
urlpatterns.append(url(r'^%s$' % favicon, RedirectView.as_view(
url=lazystr(lambda: static('icons/' + favicon)),
url=static('icons/' + favicon)
)))
handler404 = 'judge.views.error.error404'

File diff suppressed because one or more lines are too long