Files
martial-mini/public/index.html
Developer 0222a04dea
All checks were successful
continuous-integration/drone/push Build is passing
fix: add custom index.html template with CSS link
2025-12-13 11:17:32 +08:00

15 lines
418 B
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<title>武术赛事报名系统</title>
<link rel="stylesheet" href="./static/index.css">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>