Skip to content

Commit

Permalink
feat: ssr html test
Browse files Browse the repository at this point in the history
  • Loading branch information
poyoho committed Apr 26, 2022
1 parent 683d436 commit 05ab906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/playground/ssr-html/index.html
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SSR HTML</title>
<style>
body {
background-color: white;
}
</style>
</head>
<body>
<h1>SSR Dynamic HTML</h1>
Expand Down

0 comments on commit 05ab906

Please sign in to comment.