-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsub3.html
46 lines (46 loc) · 1.51 KB
/
sub3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>카페 딕셔너리</title>
<link rel="stylesheet" href="sub.css">
</head>
<body>
<div class="container">
<div class="title">
<div id="logo">
<img id="yonsei" src="icon.png">
<h1>연세대학교</h1>
<h2>학식모지</h2>
</div>
<img id="exit" src="exit.png">
</div>
<div class="main-img">
<img id="img" src="sub3.jpeg">
<p id="img2"></p>
</div>
<div class="main-content">
<p id="name">카페 GEE - 연세플라자</p>
<div id="content-box">
<p id="closed">영 업 종 료</p>
<p id="open">영 업 중</p>
</div>
</div>
<div id="content">
<div id="TEL">
<p id="TEL-content">033-760-5151</p>
</div>
<div id="loc">
<p id="loc-content">연세플라자 2층</p>
</div>
<div id="time">
<p id="time-title">Operation Hours</p>
<p id="time-content1">[평일] 08:30 ~ 22:00</p>
<p id="time-content2">[주말] 토 : 10:30 ~ 19:00 / 일 : 10:30 ~ 22:00</p>
</div>
</div>
</div>
<script type="text/javascript" src="sub3.js"></script>
</body>
</html>