Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBadciong authored May 30, 2024
1 parent 2a0c60c commit 1a78468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>V-Score Search</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="Software/styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
</head>
<body>
Expand All @@ -22,7 +22,7 @@ <h1>V-Score Search</h1>
<div class="search-container">
<input type="text" id="searchInput" placeholder="Search...">
</div>
<a href="data.csv" download="data.csv">Export CSV</a>
<a href="Databases/data.csv" download="Databases/data.csv">Export CSV</a>

<table id="dataTable">
<thead>
Expand All @@ -45,6 +45,6 @@ <h1>V-Score Search</h1>
<footer>
<p>Source: Citations Go Here</p>
</footer>
<script src="script.js"></script>
<script src="Software/script.js"></script>
</body>
</html>

0 comments on commit 1a78468

Please sign in to comment.