Skip to content

Commit

Permalink
Create details.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sorukumar authored Apr 26, 2024
1 parent 6ac1ae7 commit f238677
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rank/profile/details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSV Data Search</title>
</head>
<body>
<input type="text" id="searchBox" placeholder="Type to search..." autocomplete="off">
<div id="suggestions" style="cursor: pointer;"></div>
<h3>Details</h3>
<div id="dataView"></div>

<script src="app.js"></script>
</body>
</html>

0 comments on commit f238677

Please sign in to comment.