NestjsDemo/views/index.hbs

28 lines
736 B
Handlebars
Raw Normal View History

2023-11-13 07:31:26 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Serverless Nest.js 应用"/>
<meta name="keywords" content="Nest,Nest.js,serverless,Serverless,无服务"/>
<title>Serverless - Nest.js</title>
<style lang="css">
h1 {
text-align: center;
width: 600px;
margin: 300px auto;
}
</style>
</head>
<body>
<h1>
欢迎访问 Nest.js 应用
<br />
<a href="https://cloud.tencent.com/product/sls" target="_blank" rel="noopener noreferrer">
腾讯云 Serverless
</a>
为您提供服务
</h1>
</body>
</html>