• This project
    • Loading...
  • Sign in

김태민 / OpenSource_Project

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OpenSource_Project
  • views
  • index.ejs
  • seungmi's avatar
    기본 웹페이지 틀 생성 · 2d57a1c6
    2d57a1c6
    seungmi authored 2019-11-27 22:23:53 +0900
index.ejs 417 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
  <meta charset="utf-8">
  <title>Test</title>
</head>

<body>
  <h1><a href="/food">점심메뉴 정하기</a></h1>
  <article class="">
    <h2>
      <%= title %>
    </h2>
    <ul>
      <il><a href="/food/search">검색</a></il><br>
      <il><a href="/food/recommendation">추천</a></il>
    </ul>
    <p><%= description %></p>
  </article>

</body>

</html>