From a1d8b52b9700070dff5743151a747886a9322a05 Mon Sep 17 00:00:00 2001 From: akshay Date: Wed, 7 May 2025 08:53:56 +0530 Subject: Create results.astro and add result table --- src/pages/results.astro | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/pages/results.astro diff --git a/src/pages/results.astro b/src/pages/results.astro new file mode 100644 index 0000000..d74ee08 --- /dev/null +++ b/src/pages/results.astro @@ -0,0 +1,42 @@ +--- +import Layout from '../layouts/Layout.astro'; +import Card from '../components/Card.astro'; + +--- + + +
+

Results

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sr. No.NameCollege
1Sidhhesh ManeVidyalankar School Of Information Technology
2Varadharam RSShiv Nadar University Institution of Eminence Deemed to be University
3Mohammed Arshad NDr MGR educational and research institute
4Karthikeyan BRajalakshmi institute of technology
+
-- cgit