• This project
    • Loading...
  • Sign in

이유제 / CultureGallery

%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
  • CultureGallery
  • views
  • send.html
  • 송효섭's avatar
    로그인 및 공유 router 수정, 공유기능 분리 · 071a71b7
    071a71b7
    송효섭 authored 2020-12-05 06:06:42 +0900
send.html 293 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <title>send page title</title>
    <script src="https://developers.kakao.com/sdk/js/kakao.js"></script>
    <script src="../javascripts/send.js"></script>
</head>

<body>
    <a onclick="sendLink()">보내기</a>
</body>

</html>