Skip to content

Commit d1f7983

Browse files
committed
docs: update example
1 parent 2fe610c commit d1f7983

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

example/src/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Hello Serverless</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Serverless Component - Express.js</title>
7+
<style lang="css">
8+
h1 {
9+
text-align: center;
10+
width: 600px;
11+
margin: 300px auto;
12+
}
13+
</style>
614
</head>
715
<body>
8-
Hello Serverless
16+
<h1>
17+
Welcome to website created by
18+
<a href="https://serverlesscloud.cn/">Serververless Framework.</a>
19+
</h1>
920
</body>
1021
</html>

0 commit comments

Comments
 (0)