16 lines
284 B
HTML
16 lines
284 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<p>
|
|
<a href="${ctx}/web/productBuy?pageSize=20">CDN套餐购买</a>
|
|
</p>
|
|
<p>
|
|
<a href="${ctx}/web/machineBuy?pageSize=20">服务器购买</a>
|
|
</p>
|
|
<p>
|
|
<a href="${ctx}/web/machineVpsBuy?pageSize=20">云服务器购买</a>
|
|
</p>
|
|
</body>
|
|
|
|
|
|
</html> |