0👍
You don’t have these two opening tags even if you put closing tags on the bottom.
Put these:
<main>
<body>
after <template
> tag
Or simply remove:
</main>
</body>
Source:stackexchange.com
0👍
You don’t have these two opening tags even if you put closing tags on the bottom.
Put these:
<main>
<body>
after <template
> tag
Or simply remove:
</main>
</body>