golang-study/gin/templates/index.html
2024-11-14 00:24:14 +08:00

13 lines
310 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gin 框架</title>
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<h3 style="text-align: center;">{{.msg}}</h3>
</body>
</html>