fix: added paragraph for description and a link for seo

This commit is contained in:
Jannat Patel
2024-04-01 17:47:34 +05:30
parent 05fdf163a9
commit c5d9adb7fd
2 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<body>
<div id="app">
<h1>{{ meta.title }}</h1>
<p>
{{ meta.description }}
</p>
<a href="{{ meta.link }}">Know More</a>
</div>
<div id="modals"></div>
<div id="popovers"></div>