Skip to content

Commit

Permalink
Modify organism examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiba1 committed Feb 20, 2024
1 parent c50c298 commit 0c44341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="stylesheet" href="site/style.css">
</head>
<body>
<label id="input_label" for="tags"><span class="bold-text">Organism 1:</span> </label><input class="rounded" id="tags" value="Homo sapiens">
<label id="input_label" for="tags"><span class="bold-text">Organism 1:</span> </label><input class="rounded" id="tags" style="width: 250px" value="Homo sapiens (human)">
&emsp;
<label id="input_label" for="tags2"><span class="bold-text">Organism 2:</span> </label><input class="rounded" id="tags2" value="Danio rerio">
<label id="input_label" for="tags2"><span class="bold-text">Organism 2:</span> </label><input class="rounded" id="tags2" style="width: 250px" value="Danio rerio (zebrafish)">
<br><br>
<span class="bold-text">NCBI Gene IDs of Organism 1:</span><br>
<textarea id="inputText" rows="10" cols="30">
Expand Down

0 comments on commit 0c44341

Please sign in to comment.