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 dffe44d commit b2e873d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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="Software/styles.css">
<link rel="stylesheet" href="V-Score-Search/Software/styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js"></script>
</head>
<body>
Expand All @@ -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="Software/LabHeader.jpg" alt="Header of Lab" id="headerImage">
<img src="V-Score-Search/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="Databases/data.csv" download="Databases/data.csv">Export CSV</a>
<a href="V-Score-Search/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="Software/script.js"></script>
<script src="V-Score-Search/Software/script.js"></script>
</body>
</html>

0 comments on commit b2e873d

Please sign in to comment.