-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>신협이용 꿀팁</title>
<style>
body {
display:inline-block;
flex-direction: column;
background-color: ivory;
vertical-align: middle;
text-align: justify;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
div {
display: flex;
text-align: end;
justify-content: center;
}
</style>
</head>
<body>
<img src="img/tip (1).png"><br/>
<img src="img/tip (2).png"><br/>
<img src="img/tip (3).png"><br/>
<img src="img/tip (4).png"><br/>
<img src="img/tip (5).png"><br/>
<img src="img/tip (6).png"><br/>
<br/>
<h1> 이용고 배당이 궁금해요 ??</h1>
<h1> 이용고 배당에 대하여 자세한 내용을 알고 싶으면 아래 화살표를 클릭하세요</h1>
<div>
<a href="img/mile.png"><i class="far fa-arrow-alt-circle-right fa-3x"></i></a>
</div><br/><br/>
<div>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfxgfI_MATNKBsGT8JqYmZBVchaF5vKDJaedqUmaOleYeRNmw/viewform?usp=sf_link"
><i class="far fa-arrow-alt-circle-right fa-3x"></i> <img src="img/quzi.JPG"> <i class="far fa-arrow-alt-circle-left fa-3x"></i></a
>
</div>
<br />
<hr/>
<footer><h2>© ajou9770@ajoucu.page 아주대학교의료원 신협 031)219-6048 조합가입 또는 금융상담:219-6052,6971</h2></footer>
<script
src="https://kit.fontawesome.com/6478f529f2.js"
crossorigin="anonymous"
></script>
</body>
</html>