Skip to content

Commit e502121

Browse files
DrW3RKniklasad1
andauthored
Minor fix - Yew example (#1852)
yewstack/yew#3688 The missing body tag causes an error while serving the website Co-authored-by: Niklas Adolfsson <[email protected]>
1 parent cb9571d commit e502121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/wasm-example/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
<link data-trunk rel="inline" href="index.js" />
77
<title>Subxt Examples Yew App</title>
88
</head>
9-
</html>
9+
<body></body>
10+
</html>

0 commit comments

Comments
 (0)