You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/hindi.astro
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
---
2
2
importBaseLayoutfrom"@/layouts/Base";
3
+
import"@/assets/styles/hindi.css";
4
+
importHelpfrom"@/components/Help.astro";
3
5
---
4
6
5
7
<BaseLayoutmeta={{ title: "Hindi" }}>
6
-
<main>
7
-
<divclass="letter"></div>
8
-
</main>
8
+
<Fragmentslot="header-right">
9
+
<Help
10
+
title="Hindi Varnmala"
11
+
description="Just press any letter fron keyboard and it display the letter and it's relative word in clear way and if you type again it will change the color"
12
+
/>
13
+
</Fragment>
14
+
<articleclass="container__hindi">
15
+
<divclass="letter">A</div>
16
+
</article>
9
17
<script>
10
18
import { colorBox, isAlphabet, random } from "@/utils/utils.js";
0 commit comments