Toggle navigation
Toggle navigation
This project
Loading...
Sign in
성준영
/
webservice-practices
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
Authored by
성준영
2017-03-14 12:06:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ba4b6a0de875487fd2544d1c054943a23a81a777
ba4b6a0d
0 parents
practice 1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
practice_1/index.html
practice_1/index.html
0 → 100644
View file @
ba4b6a0
1
+
<!DOCTYPE html>
2
+
<html>
3
+
<head>
4
+
<meta
charset=
'utf-8'
>
5
+
<title>
실습 1
</title>
6
+
</head>
7
+
<body>
8
+
<p>
9
+
<a
href=
"http://www.khu.ac.kr"
>
경희대학교
</a>
10
+
</p>
11
+
<p>
컴퓨터공학과
</p>
12
+
<p>
2012104095
</p>
13
+
<p>
14
+
<h1>
성준영
</h1>
15
+
<i>
Sung Junyoung
</i><br>
16
+
</p>
17
+
</body>
18
+
</html>
Please
register
or
login
to post a comment