Minor fix - Yew example (#1852)

https://github.com/yewstack/yew/discussions/3688

The missing body tag causes an error while serving the website

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
Radha
2024-11-12 02:51:33 +07:00
committed by GitHub
parent cb9571d7a6
commit e502121176
+2 -1
View File
@@ -6,4 +6,5 @@
<link data-trunk rel="inline" href="index.js" />
<title>Subxt Examples Yew App</title>
</head>
</html>
<body></body>
</html>