• 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.html
  • 채지성's avatar
    first · 2ae3fac4
    2ae3fac4
    채지성 authored 2022-05-09 23:52:14 +0900
index.html 239 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
</head>
<body>
    <form action="/post" method="post" name="ti">
        <input type="text">
        <button type="submit">submit</button>
    </form>
    <div></div>
</body>
</html>