Skip to content

Commit

Permalink
adding index files
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha267 committed Nov 3, 2024
1 parent 8ee102d commit 357b523
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bookenzy</title>
</head>
<body>
<h1>Hello! Welcome to Bookenzy backend!</h1>
<p>outside src</p>
</body>
</html>
12 changes: 12 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bookenzy</title>
</head>
<body>
<h1>Hello! Welcome to Bookenzy backend!</h1>
<p>inside src</p>
</body>
</html>

0 comments on commit 357b523

Please sign in to comment.