Toggle navigation
Toggle navigation
This project
Loading...
Sign in
민재기
/
web_service
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:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
88d0025c75e186bfe27526c6a4cd267a63321f6f
88d0025c
1 parent
6d2dc8c4
170314 test file.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
test.html
test.html
0 → 100644
View file @
88d0025
1
+
<!DOCTYPE html>
2
+
<html
lang=
"ko"
>
3
+
<body>
4
+
<h1>
큰 제목
</h1>
5
+
<p>
6
+
이것은 나의 첫 HTML 문서입니다.
<br/>
7
+
<span
style=
"color:red"
>
8
+
빨간 글씨 속에
9
+
<b>
두꺼운 글씨
</b>
가 있습니다.
10
+
</span>
11
+
</p>
12
+
<p>
두번째 단락입니다.
</p>
13
+
</body>
14
+
</html>
Please
register
or
login
to post a comment