• This project
    • Loading...
  • Sign in

임태민 / Mapmory

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Mapmory
  • Project
  • views
  • home
  • welcome.ejs
  • 임태민's avatar
    Update project directory · 8ea5bb65 ...
    8ea5bb65
    - update index.js
    - create directories (public, routes, views)
    - create routes.js
    - create ejs files
    임태민 authored 2021-05-13 01:45:14 +0900
welcome.ejs 335 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html>
<html>
  <head>
    <%- include('../partials/head') %>
  </head>
  <body>
    <%- include('../partials/nav') %>

    <div class="container mb-3">

      <div class="jumbotron">
        <h1>My Website</h1>
        <P>제 웹사이트를 방문해 주셔서 감사합니다!</p>
      </div>

    </div>
  </body>
</html>