Files
cdnServerPlugin/src/main/resources/templates/server.html
T
2024-11-04 16:38:36 +08:00

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>