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 b2e873d commit 695f0d7
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 @@ -17,12 +17,12 @@ <h2>Instructions</h2>
<p>Databases: KEGG, eggNOG, Pfam, PHROG, VOG</p>
<p>You can also search by protein name</p>
</div>
<img src="V-Score-Search/Software/LabHeader.jpg" alt="Header of Lab" id="headerImage">
<img src="./Software/LabHeader.jpg" alt="Header of Lab" id="headerImage">
<h1>V-Score Search</h1>
<div class="search-container">
<input type="text" id="searchInput" placeholder="Search...">
</div>
<a href="V-Score-Search/Databases/data.csv" download="Databases/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="V-Score-Search/Software/script.js"></script>
<script src="./Software/script.js"></script>
</body>
</html>

0 comments on commit 695f0d7

Please sign in to comment.