Skip to content

Commit

Permalink
Make the input cater which finds the anagram of trace
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmccallum authored Jan 24, 2021
1 parent 46aa5e5 commit 92144da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faas/find-anagrams/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Find anagrams</h1>
<form id="faas">
<div class="form-group">
<label for="input">Random letters i.e. eortw will return the anagram tower</label>
<input type="text" class="form-control" id="input" name="input" value="eortw"/>
<input type="text" class="form-control" id="input" name="input" value="cater"/>
</div>
<p>Please note, this prototype uses a 1 thousand word list of eligible anagrams which can be found <a href="https://gist.githubusercontent.com/tpmccallum/51b0c064b928cb2f1e28a8b5585014a8/raw/08edc673c0325d9032bde1808c7433a70c83e05f/1%2520thousand%2520word%2520list%2520for%2520anagram%2520finder" target="_blank">here</a></p>

Expand All @@ -64,4 +64,4 @@ <h1>Find anagrams</h1>

</div> <!-- /container -->
</body>
</html>
</html>

0 comments on commit 92144da

Please sign in to comment.