This commit is contained in:
surajs18 2025-01-29 17:12:47 +05:30
parent 82d442750b
commit e95bc3412b
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
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>