Update template and .gitignore

This commit is contained in:
thanhluong 2020-02-24 19:42:05 +09:00
parent 755e968e7d
commit 6f2b0316fd
No known key found for this signature in database
GPG key ID: DE43DC5D6EAD4368
2 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -5,7 +5,7 @@
*.py[co] *.py[co]
*.mo *.mo
*~ *~
# dmoj/local_settings.py dmoj/local_settings.py
resources/style.css resources/style.css
resources/content-description.css resources/content-description.css
resources/ranks.css resources/ranks.css

View file

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block body %} {% block body %}
<p style="font-size:40px;"> <b style="font-size:40px;">
I am <b><a href="https://codeforces.com/profile/cuom1999" style="color:red;" target="_blank">cuom1999</a></b>. Le Quy Don's online judge.
</p> </b>
{% endblock %} {% endblock %}