revert revert e95bc3412b

revert 1st push
This commit is contained in:
Suraj S 2025-01-29 11:48:12 +00:00
parent a2274ef267
commit 1d1ad71029
5 changed files with 15 additions and 0 deletions

1
.env.sample Normal file
View File

@ -0,0 +1 @@
abc=""

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -1,2 +1,3 @@
# trial
trial data added.

1
dummy.json Normal file
View File

@ -0,0 +1 @@
{"abc": []}

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Temp</title>
</head>
<body>
<p>Project Trial</p>
</body>
</html>