Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaDon777 authored Aug 27, 2023
1 parent e04c7fe commit c9fe3fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
<h1>Open Links in New Tabs</h1>
<form id="linkForm">
<label for="linkList">Paste your list of links:</label>
<textarea id="linkList" rows="4" cols="50" style="width:800px;"></textarea><br>
<textarea id="linkList" rows="4" cols="50" style="width:800px; font-size: 14px;"></textarea><br>
<label for="httpCheckbox">Include https </label>
<input type="checkbox" id="httpCheckbox" checked><br>
<label for="noNumberCheckbox">Links without numbers </label>
<input type="checkbox" id="noNumberCheckbox"><br>
<button type="submit">Submit</button>
</form>
<br><hr>
<textarea id="outputLinkList" style="height: 1000px; width: 80%;" rows="4" cols="50"></textarea>
<textarea id="outputLinkList" style="height: 500px; width: 70%; font-size: 14px;" rows="4" cols="50"></textarea>
<textarea style="height: 1000px; width: 70%; font-size: 14px;" rows="4" cols="50"></textarea>
<script>
document.getElementById("linkForm").addEventListener("submit", function(event) {
event.preventDefault();
Expand Down

0 comments on commit c9fe3fc

Please # to comment.