Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ <h3><span id="typed"></span></h3>
<label class="custom-control-label" for="customSwitch5">Number Remover</label>
</div>

<div class="custom-control custom-switch">
<input type="checkbox" name="charcount" class="custom-control-input" id="customSwitch6">
<label class="custom-control-label" for="customSwitch6">Character Count</label>
</div>

<button type="submit" class="btn btn-dark mt-2">Analyze Text</button>
</form>
</div>
Expand Down Expand Up @@ -156,4 +161,4 @@ <h3><span id="typed"></span></h3>
}
</script>
</body>
</html>
</html>