mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 21:58:00 +00:00
e502121176
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>
11 lines
243 B
HTML
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>
|