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
1506722765-practice
Commits
b8220acd
Commit
b8220acd
authored
Dec 23, 2019
by
jordan
Browse files
[GREEN] implements header footer
parent
06fe3b68
Pipeline
#27786
failed with stages
in 10 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lists/templates/base.html
View file @
b8220acd
...
...
@@ -5,6 +5,7 @@
<link
href=
"/static/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/base.css"
rel=
"stylesheet"
media=
"screen"
>
</head>
<header
style=
"margin-left: 50%;"
>
<h3
id=
"header_1"
>
Jordan Muhammad Andrianda To Do list App
</h3></header>
<body>
<div
class=
"container"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
...
...
@@ -64,5 +65,6 @@
</div>
</div>
</body>
<footer
style=
"margin-left: 50%;"
><h3
id=
"footer_1"
>
Copyright Jordan Muhammad Andriandaa
</h3></footer>
</html>
Write
Preview
Supports
Markdown
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