nothing.html.eex 345 B

1234567891011
  1. <div id="home">
  2. <h1>4-letters.net</h1>
  3. <form action="/" method="get">
  4. <label for="fourletters">fourletters:</label><br>
  5. <input type=”text” id="fourletters" name="fourletters"><br><br>
  6. <input type="submit" value="Submit">
  7. </form>
  8. </div>
  9. <footer>
  10. <p>composed by <a href="http://jordandashel.com">jordyn</a> with elixir</p>
  11. </footer>