-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.08 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
<!DOCTYPE html>
<html lang="ko">
<head>
<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="./static/css/style.css">
<link rel="stylesheet" href="./static/css/base.css">
<title>A-Bine</title>
</head>
<body>
<div class="container">
<div class="mainArea">
<p id="deco">Hello</pid>
<h1 id="serviceTitle">A-bine</h1>
<p id="titleExplain">A-Bine is a wine celler with complex functions that gives
you more value than storage.
<br/>Beyond simple wine storage. we provides more comportable experience
<br/>such as recommendations, recipes, and controls through displays.</p>
<button
id="enterBtn"
type="button"
onclick="location.href='static/view/main.html'" >Enter</button>
</div>
</div>
</body>
</html>