• This project
    • Loading...
  • Sign in

성준영 / webservice-practices

%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
  • webservice-practices
  • practice_1
  • index.html
  • 성준영's avatar
    practice 1 · ba4b6a0d
    ba4b6a0d Browse Files
    성준영 authored 2017-03-14 12:06:20 +0900
index.html 277 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html>
<html>
<head>
    <meta charset='utf-8'>
    <title>실습 1</title>
</head>
<body>
<p>
    <a href="http://www.khu.ac.kr">경희대학교</a>
</p>
<p>컴퓨터공학과</p>
<p>2012104095</p>
<p>
<h1>성준영</h1>
<i>Sung Junyoung</i><br>
</p>
</body>
</html>