-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from UCL-CCS/develop
Minor text
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous"> | ||
|
||
<title>TIES 20 (beta)</title> | ||
<title>TIES 20 Web (beta)</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
|
@@ -42,9 +42,6 @@ <h1>TIES20 (beta) </h1> | |
<label>Net ligand charge (integer):</label> | ||
<input type="number" step=1 class="form-control" name="net_charge" id="net_charge" | ||
aria-describedby="basic-addon3" required> | ||
<div class="valid-feedback"> | ||
Looks good! | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
|
@@ -80,6 +77,8 @@ <h1>TIES20 (beta) </h1> | |
|
||
</form> | ||
|
||
Support: in case of any issues, please contact bieniekmat via gmail.com or mat.bieniek via ucl.ac.uk email. | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|