assistantbot / gradiodemo /button.html
ifey's picture
Duplicate from ifey/chatdemo
ffc02c6
raw
history blame contribute delete
165 Bytes
<!DOCTYPE html>
<html>
<head>
<title>按钮示例</title>
</head>
<body>
<button onclick="alert('按钮被点击了!')">点击我</button>
</body>
</html>