Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606876052-practice
Commits
70f0c1f4
Commit
70f0c1f4
authored
Sep 18, 2019
by
Rayza Arasj Mahardhika
Browse files
change view to include full name in homepage
parent
eb08bd38
Changes
1
Hide whitespace changes
Inline
Side-by-side
lists/views.py
View file @
70f0c1f4
...
@@ -4,7 +4,7 @@ def home_page(request):
...
@@ -4,7 +4,7 @@ def home_page(request):
return
HttpResponse
(
return
HttpResponse
(
'<html>'
+
'<html>'
+
'<title>Rayza
\'
s Homepage</title>'
+
'<title>Rayza
\'
s Homepage</title>'
+
'<h1>
W
el
co
me
to
Rayza
\'
s Homepage
</h1>'
+
'<h1>
H
el
lo, my na
me
is
Rayza
Arasj Mahardhika
</h1>'
+
'</html>'
'</html>'
)
)
...
@@ -12,7 +12,9 @@ def about_page(request):
...
@@ -12,7 +12,9 @@ def about_page(request):
return
HttpResponse
(
return
HttpResponse
(
'<html>'
+
'<html>'
+
'<title>Rayza
\'
s About Page</title>'
+
'<title>Rayza
\'
s About Page</title>'
+
'<h1>He
llo, my name is Rayza Arasj Mahardhika
</h1>'
+
'<h1>He
re
\'
s a few facts about me
</h1>'
+
'<p>I
\'
m 21 years old</p>'
+
'<p>I
\'
m 21 years old</p>'
+
'<p>I
\'
m from Bogor</p>'
+
'<p>I
\'
m currently studying Computer Science at Faculty of Computer Science, Universitas Indonesia</p>'
+
'</html>'
'</html>'
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment