Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeongmin Seo
/
favorite_restaurant
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
Jeongmin Seo
2022-06-08 00:12:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e787d79cb8a6303af6fa1d91ce38031c4155ccd
6e787d79
1 parent
63a40d55
Update route 2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
login_main/app/src/views/home/index.ejs
login_main/app/src/views/home/login.ejs
login_main/app/src/views/home/register.ejs
login_main/app/src/views/home/index.ejs
View file @
6e787d7
...
...
@@ -8,8 +8,8 @@
<meta
name=
"author"
content=
"양주미"
/>
<meta
name=
"description"
content=
"맛집지도 서비스"
/>
<meta
name=
"keywords"
content=
"맛집지도, 맛집추천, 실시간채팅"
/>
<link
rel=
"stylesheet"
href=
"
../../public
/css/home/index.css"
/>
<script
src=
"
../../public
/js/home/axios-index.js"
></script>
<link
rel=
"stylesheet"
href=
"/css/home/index.css"
/>
<script
src=
"/js/home/axios-index.js"
></script>
</head>
<body>
<nav>
...
...
login_main/app/src/views/home/login.ejs
View file @
6e787d7
...
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"stylesheet"
href=
"
../../public
/css/home/login.css"
/>
<script
src=
"
../../public
/js/home/login.js"
defer
></script>
<link
rel=
"stylesheet"
href=
"/css/home/login.css"
/>
<script
src=
"/js/home/login.js"
defer
></script>
<title>
로그인
</title>
</head>
<body>
...
...
login_main/app/src/views/home/register.ejs
View file @
6e787d7
...
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"stylesheet"
href=
"
../../public
/css/home/register.css"
/>
<script
src=
"
../../public
/js/home/register.js"
defer
></script>
<link
rel=
"stylesheet"
href=
"/css/home/register.css"
/>
<script
src=
"/js/home/register.js"
defer
></script>
<title>
회원가입
</title>
</head>
<body>
...
...
Please
register
or
login
to post a comment