-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsale.html
30 lines (30 loc) · 1016 Bytes
/
sale.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<title>아주대의료원 신협 특판상품 안내</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div>
<div class="title"> 병(의)원전문 건강기능 식품 및 KF94마스크 특판 상품 </div><br/>
<img src="img/liquid.JPG"><br/>
<img src="img/probio.JPG"><br/>
<img src="#"><br/>
<div>
<div class="mile">
<a href="https://ajou9770.github.io/usertip/openbank.html"> 특판 구매하기 <i class="fas fa-chevron-right fa-lg"></i></a>
</div><br/><br/>
</div>
<br />
<br/>
<div class="footer">
<footer><h2>© ajou9770@ajoucu.page 아주대학교의료원 신협 031)219-6048 조합가입 또는 금융상담:219-6052,6971</h2></footer>
</div>
<script
src="https://kit.fontawesome.com/6478f529f2.js"
crossorigin="anonymous"
></script>
</body>
</html>