-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path12-3.html
More file actions
38 lines (32 loc) · 751 Bytes
/
12-3.html
File metadata and controls
38 lines (32 loc) · 751 Bytes
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
<html>
<head>
<title>Paradise Park</title>
<meta charset="utf-8">
<link rel="stylesheet" href="12-3_styles.css">
<link href="https://fonts.googleapis.com/earlyaccess/notosanskr.css" rel="stylesheet">
</head>
<body>
<div id="side-navbar">
<img id="logo" src="pic/logo.png">
<ol>
<li>HOME</li>
<li>EVENT</li>
<li>TICKET</li>
<li>MEMBERSHIP</li>
<li>NOTICE</li>
</ol>
<div id="sns">
<img id="facebook" src="pic/fb.png">
<img id="twitter" src="pic/twitter.png">
</div>
</div>
<div id="main">
<div class="hero-header">
<div class="info">
<h1>Welcome to Paradise Park!</h1>
<a href="#">Learn More</a>
</div>
</div>
</div>
</body>
</html>