Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eunsu486
2021-05-22 17:06:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be987aaa39ae044e3a79d7a9bad60cfc9d9af5a4
be987aaa
1 parent
4a86309c
add footer
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
views/components/footer.ejs
views/index.ejs
views/components/footer.ejs
0 → 100644
View file @
be987aa
<footer id="footer">
<p>opensource project 2018103999 박은수 201700000 오수빈</p>
</footer>
\ No newline at end of file
views/index.ejs
View file @
be987aa
...
...
@@ -8,10 +8,13 @@
<body>
<
%- include("components/header") -%>
<h2>
서울 동물
</h2>
<p>
지역 선택
</p>
<
%- include("components/footer") -%>
</body>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment