-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsub17.html
46 lines (46 loc) · 1.62 KB
/
sub17.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">
<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>학식모지</h1>
</div>
<img id="exit" src="exit.png">
</div>
<div class="main-img">
<img id="img" src="sub17.jpeg">
<p id="img2"></p>
</div>
<div class="main-content">
<p id="name">푸드코트(학관)</p>
<div id="content-box">
<p id="closed">영 업 종 료</p>
<p id="lunch">점 심 시 간<p>
<p id="open">영 업 중</p>
</div>
</div>
<div id="content">
<div id="TEL">
<li id="TEL-content">033-760-5160</li>
</div>
<div id="loc">
<li id="loc-content">학생회관 1층</li>
</div>
<div id="time">
<p id="time-title">Operation Hours</p>
<li id="time-content1">[평일/일] 10:30~18:00 [점심시간] 14:00 ~ 15:00</li>
<li id="time-content2">[토요일] 휴무</li>
</div>
</div>
<script type="text/javascript" src="sub17.js"></script>
</body>
</html>