Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <HTML>
  2. <HEAD>
  3. <TITLE> Hello World </TITLE>
  4. </HEAD>
  5.  
  6. <BODY>
  7. <h2> Suggest </h2>
  8.  
  9. SiteSwap: <input type="text" id="first" value='3'> <br/>
  10. SiteSwap: <input type="text" id="second" value='51'> <br/>
  11. Len: <input type="text" id="len" value='4'> <br/>
  12.  
  13. <br/>
  14.  
  15. <button type="button"
  16. onclick="$('#output').append('foo');">
  17. Parse
  18. </button>
  19.  
  20.  
  21.  
  22. <script src="js/siteswap.js"></script>
  23. <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
  24.  
  25. </BODY>
  26. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement