Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bulatao_lab1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Zachary Bulatao
bulatao_lab1
Commits
f06c827a
Commit
f06c827a
authored
Apr 02, 2021
by
Adam Zachary Bulatao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lab1
parent
02be9a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
base.html
bujo/bujo/templates/base.html
+12
-0
No files found.
bujo/bujo/templates/base.html
0 → 100644
View file @
f06c827a
<!doctype html>
<html
lang=
"en"
>
<head>
</head>
<body
style=
"background-color:powderblue;"
>
<a
href=
"{% url 'home' %}"
><center>
Home
</center></a>
<a
href=
"{% url 'profile' %}"
><center>
Profile
</center></a>
<a
href=
"{% url 'key' %}"
><center>
Key
</center></a>
<a
href=
"{% url 'thisweek' %}"
><center>
This Week
</center></a>
<a
href=
"{% url 'today' %}"
><center>
Today
</center></a>
</body>
</html>
\ No newline at end of file
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