• This project
    • Loading...
  • Sign in

teamPARK / holiday-counter-recommend-activity

%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
  • holiday-counter-recommend-activity
  • RecommandActivity
  • views
  • index.ejs
  • 박규리's avatar
    created activity page · 2330b12b
    2330b12b
    박규리 authored 2022-05-12 01:53:14 +0900
index.ejs 416 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
<!doctype html>
<html lang="ko">
  <head>
  <meta charset="utf-8">
    <title>HTML</title>
    <h5>공휴일 활동 추천 페이지</h5>
    <style>
      * {
        font-size: 16px;
        font-family: Consolas, sans-serif;
      }
    </style>
  </head>
  <body>
    <form>
      <p><input type="date" name="date" value="date"></p>
      <p><input type="submit" value="Submit"></p>
    </form>
  </body>
</html>