Commit b57ddade authored by Gabriel Geraldo's avatar Gabriel Geraldo

updated about app's views.py to include info

parent 2340c5f9
Pipeline #2640 failed with stages
......@@ -3,4 +3,6 @@ from django.http import HttpResponse
# Create your views here.
def index(HttpRequest):
return HttpResponse('Here you can find my favorite music:')
\ No newline at end of file
return HttpResponse(
"Hi! I\'m Gab, a computer science student and these are my top three songs:<br><ol><li><strong>Beach Life-in-Death</strong> by Car Seat Headrest</li><li><strong>Come On! Feel the Illinoise! Part I: The World’s Columbian Exposition, Part II: Carl Sandburg Visits Me in a Dream</strong> by Sufjan Stevens</li><li><strong>Perfume</strong> by Lovejoy</li></ol>"
)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment