-
Notifications
You must be signed in to change notification settings - Fork 0
/
ENFJ.html
43 lines (39 loc) · 1.65 KB
/
ENFJ.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA_Compatible" content="IE=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap" rel="stylesheet">
<title>
雪藏抹茶
</title>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<link rel="stylesheet" href="./css/product.css">
<script type="text/javascript">
function display_alert()
{
alert("產品已經被搶空囉!下次請早")
}
</script>
</head>
<body style="background-image: url('./img/drink_bg.png');">
<div class="wrapper">
<div class="product">
<img src="img/drink-ENFJ.png" id="productPic">
<div class="product_text">
<h2>抹茶奶蓋冰淇淋</h2>
<h1 id="productTitle">雪藏抹茶</h1>
<p id="productDescription">
「碧雲引風吹不斷,白花浮光凝碗面」<br> -盧仝《走筆謝孟諫議寄新茶》<br><br>
使用日本抹茶搭配濃郁牛奶冰淇淋,苦味之中還夾帶著濃濃的奶香味,使苦味蛻變成清爽的感覺。</p>
<ul>
<l1 style="float: right;"><a href="menu.html">返回總覽</a></l1>
<l1><a href="#" onclick="display_alert()">線上搶購</a></l1>
</ul>
</div>
</div>
</div>
</body>
</html>