Update template and .gitignore
This commit is contained in:
parent
755e968e7d
commit
6f2b0316fd
2 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@
|
|||
*.py[co]
|
||||
*.mo
|
||||
*~
|
||||
# dmoj/local_settings.py
|
||||
dmoj/local_settings.py
|
||||
resources/style.css
|
||||
resources/content-description.css
|
||||
resources/ranks.css
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p style="font-size:40px;">
|
||||
I am <b><a href="https://codeforces.com/profile/cuom1999" style="color:red;" target="_blank">cuom1999</a></b>.
|
||||
</p>
|
||||
<b style="font-size:40px;">
|
||||
Le Quy Don's online judge.
|
||||
</b>
|
||||
{% endblock %}
|
Loading…
Reference in a new issue