Skip to content

Commit

Permalink
[Fix] :: use term logo add
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 10, 2024
1 parent cae3cd2 commit 87cad33
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/main/resources/templates/UseTerm.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,25 @@
<style>
.title{
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
.content{
padding-left: 20px;
padding-right: 20px;
padding-left: 50px;
padding-right: 50px;
}
.head{
width: auto;
}
img{
width: 80px;
height: auto;
}
</style>
</head>
<body>
<div class="head"><img src="/templates/connect-logo.png"></div>
<h1 class="title">Qvick 이용약관</h1><p>

<div class="content">
<h3>제1조 목적</h3>
<p>Team C0nnect(이하 운영진)는 이용자(이하 유저)에게 기숙사 온라인 출석체크 서비스 "Qvick" (이하 서비스)를 이용하기 위한 약관과 그 정의를 서술하고 있습니다.</p>
Expand Down

0 comments on commit 87cad33

Please sign in to comment.