• This project
    • Loading...
  • Sign in

김동현 / test

%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
  • test
  • ex01.html
  • 김동현's avatar
    ex01 · c88f188b
    c88f188b Browse Files
    김동현 authored 2017-03-14 13:23:13 +0900
ex01.html 449 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
<!DOCTYPE html5>
<html lang = "ko">
<html>
  <head>
    <meta charset="utf-8">
    <script src="test.js"></script>
    <title></title>
  </head>
  <body>
    <h1> 소개</h1>
    <p>
      <a href="http://www.khu.ac.kr/">경희대학교 </a>
    </p>
    <p>컴퓨터공학과</p>
    <p>2013104054</p>
    <p>
      <span style="color:red">
        트와이스
      </span>
    </p>
    <script>

    //welcome();
    </script>
  </body>
</html>