Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<html>
<head>
<title>운영팀 웹 어드민 시스템</title>
<title>운영팀 웹 어드민 시스템 v1</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>

<body>
<h1>운영팀 웹 어드민 시스템</h1>
<p>이 시스템은 운영팀의 웹 어드민 작업을 지원합니다.</
<h1>운영팀 웹 어드민 시스템 v2</h1>
<p>이 시스템은 운영팀의 웹 어드민 작업을 지원합니다. v1</p>
</body>

<footer>
<p>연락처 : 1111-2222</p>
</footer>
</html>