• This project
    • Loading...
  • Sign in

최은석 / ossw-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
  • ossw-project
  • static
  • index.ejs
  • 채지성's avatar
    second · 6799f5f6
    6799f5f6
    채지성 authored 2022-05-10 16:31:56 +0900
index.ejs 321 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
</head>
<body>
    <form action="/post" method="post">
        <input type="text" name="text">
        <button type="submit">submit</button>
    </form>
    <% items.forEach(function(item){ %>
        <div> <p> <%= item %> </p></div>
    <% }); %>

</body>
</html>