index.html 841 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Go</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <link href="/s/index.css"
  7. rel="stylesheet"
  8. type="text/css">
  9. <link href="http://fonts.googleapis.com/css?family=Raleway:400,300"
  10. rel="stylesheet"
  11. type="text/css">
  12. </head>
  13. <body>
  14. <form autocomplete="off">
  15. <div id="bar">
  16. <div id="cls"></div>
  17. <input type="text" id="url" placeholder="Enter the url to shorten"></input>
  18. </div>
  19. <div id="cmp"></div>
  20. </form>
  21. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  22. <script src="/s/index.js"></script>
  23. </body>
  24. </html>