-
Notifications
You must be signed in to change notification settings - Fork 0
/
ISFP.html
40 lines (38 loc) · 1.56 KB
/
ISFP.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
<!DOCTYPE html>
<html lang="en">
<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="product">
<img src="img/drink-ISFP.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>
<!-- <script src="./TEST.js"></script> -->
</body>
</html>