-
Notifications
You must be signed in to change notification settings - Fork 0
/
ISTP.html
40 lines (38 loc) · 1.55 KB
/
ISTP.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-ISTP.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>