-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (28 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta charset="UTF-8" http-equiv="refresh" content="4; URL=exhibition.html">-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="iStyle.css">
<title>posExhibition</title>
</head>
<body>
<div class="welcome">
<video autoplay muted loop plays-inline id="backVideo">
<source src="MoonOrigin.mp4" type="video/mp4">
</video>
<div class="content">
<p>별조각 사진 전시회에 오신것을 환영합니다.</p>
<p>이번 전시회 주제는 '달'입니다.</p>
<p>총 21개의 사진 중 투표를 통해 선별된 상위 세 작품이 전시되었습니다.</p>
<p>참여해주신 21명 모두 감사드리고 수고하셨습니다!</p>
<a a href="exhibition.html">
<button id="go" type="button" class="btn btn-outline-light">전시회 보러가기</button>
</a>
</div>
</div>
</body>
</html>