• 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
  • views
  • home
  • about.ejs
  • 임태민's avatar
    Change directory structure · f429b0f9 ...
    f429b0f9
    - Move the content of 'project directory'
    - Remove the project directory
    임태민 authored 2021-06-04 14:00:34 +0900
about.ejs 296 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">

      <h2 class="mb-3">About</h2>
      

      <P>Store and Share your precious memory in MAPMORY!</p>

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