Files
pezkuwi-subxt/examples/wasm-example/index.html
T
Radha e502121176 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>
2024-11-11 20:51:33 +01:00

11 lines
243 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link data-trunk rel="scss" href="index.scss" />
<link data-trunk rel="inline" href="index.js" />
<title>Subxt Examples Yew App</title>
</head>
<body></body>
</html>