Initial commit

This commit is contained in:
myh
2023-11-13 15:31:26 +08:00
commit 9352e2fa16
26 changed files with 14781 additions and 0 deletions

27
views/index.hbs Normal file
View File

@@ -0,0 +1,27 @@
<!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>