Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1.  
  2. <div id="search">
  3. <div class="input-group col-md-12">
  4. <input type="text" id = "userText" class="form-control input-lg" placeholder="Search" />
  5. <span class="input-group-btn">
  6. <button class="btn btn-info btn-lg" id = "initSearch" type="button">
  7. <i class="glyphicon glyphicon-search"></i>
  8. </button>
  9. </span>
  10. </div>
  11. </div>
  12. <div class= "text-center">
  13. <a href="https://en.wikipedia.org/wiki/Special:Random" target="_blank"><button id = "random" class = "btn btn-lg">Random Article</button></a>
  14.  
  15. <p id = "result"></p>
  16.  
  17. <div class = "row">
  18. <a id= "a1">
  19. <button class = "btn-lg col-md-12" id= "res1">
  20. <h4 id = "title1"></h4>
  21. <p id = "p1"></p>
  22. </button>
  23. </a>
  24. <a id = "a2">
  25. <button class = "btn-lg col-md-12" id = "res2" >
  26. <h4 id = "title2"></h4>
  27. <p id = "p2"></p>
  28. </button>
  29. </a>
  30. <a id = "a3">
  31. <button class = "btn-lg col-md-12" id = "res3">
  32. <h4 id = "title3"></h4>
  33. <p id = "p3"></p>
  34. </button>
  35. </a>
  36.  
  37. <a id = "a4">
  38. <button class = "btn-lg col-md-12" id = "res4">
  39. <h4 id = "title4"></h4>
  40. <p id = "p4"></p>
  41. </button>
  42. </a>
  43.  
  44. <a id = "a5">
  45. <button class = "btn-lg col-md-12" id = "res5">
  46. <h4 id = "title5"></h4>
  47. <p id = "p5"></p>
  48. </button>
  49. </a>
  50.  
  51. <a id = "a6">
  52. <button class = "btn-lg col-md-12" id = "res6">
  53. <h4 id = "title6"></h4>
  54. <p id = "p6"></p>
  55. </button>
  56. </a>
  57.  
  58. <a id = "a7">
  59. <button class = "btn-lg col-md-12" id = "res7">
  60. <h4 id = "title7"></h4>
  61. <p id = "p7"></p>
  62. </button>
  63. </a>
  64.  
  65. <a id = "a8">
  66. <button class = "btn-lg col-md-12" id = "res8">
  67. <h4 id = "title8"></h4>
  68. <p id = "p8"></p>
  69. </button>
  70. </a>
  71.  
  72. <a id = "a9">
  73. <button class = "btn-lg col-md-12" id = "res9">
  74. <h4 id = "title9"></h4>
  75. <p id = "p9"></p>
  76. </button>
  77. </a>
  78.  
  79. </div>
  80. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement