• This project
    • Loading...
  • Sign in

Hyunjong Lee / YTMT

%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
  • YTMT
  • views
  • setting.ejs
  • 강현태's avatar
    DB 동기화 완료 · ff070f77
    ff070f77
    강현태 authored 2017-12-06 23:18:29 +0900
setting.ejs 375 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 21 22 23 24 25 26 27 28
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>설정</title>
</head>
<h1>내툰</h1>
<p>추가하거나 제거할 웹툰을 눌러주세요.</p>

<table>

    <%
    var current = "";
    for(toonName in mytoons) {
        var A = mytoons[toonName];
        %>
    <%= A %></br>
    <%
    }
        %>

</table>
</br>

<body>

</body>
</html>