Advertisement
Hanjo

Highlights

Jul 3rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <link rel="icon" href="http://i.imgur.com/s9o7oJs.jpg">
  5.     <title>Zhi ESports - Highlights</title>
  6.     <style type="text/css">
  7.         .p2 {
  8.             font-size: 2em;
  9.             font-family: "Times New Roman", Times, serif;
  10.         }
  11.         p {
  12.             font-size: 1.7em;
  13.             font-family: "Times New Roman", Times, serif;
  14.         }
  15.         body {
  16.             background-color: #eaebef;
  17.         }
  18.         .button2:hover {
  19.     background-color: lightgreen;
  20.     color: white;
  21.     border: 2px solid black;
  22.     font-weight: bold;
  23.     cursor: pointer;
  24.     box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  25. }
  26. .button2 {
  27.     background-color: #eaebef;
  28.     color: black;
  29.     border: 2px solid black;
  30.     padding: 15px 50px;
  31.     text-align: center;
  32.     text-decoration: none;
  33.     display: inline-block;
  34.     font-size: 16px;
  35.     font-weight: bold;
  36.     -webkit-transition-duration: 0.6s;
  37.     transition-duration: 0.6s;
  38. }
  39. .p3 {
  40.             font-size: 1.7em;
  41.             font-family: "Times New Roman", Times, serif;
  42.             font-weight: bold;
  43. }
  44. footer{
  45.     color: black;
  46.     background-color: #eaebef;
  47.     font-size: 1em;
  48.     font-family: "Times New Roman", Times, serif;
  49. }
  50.     </style>
  51. </head>
  52. <body>
  53. <center>
  54. <button class="button button2" onclick="visitHome()">Home
  55. </button>
  56. <button class="button button2" onclick="visitRoster()">Roster
  57. </button>
  58. <button class="button button2" onclick="visitHighlights()">Highlights
  59. </button>
  60. <p class="p p2">
  61. Zhi ESports - Highlights
  62. </p>
  63. <br>
  64. <br>
  65. <p class="p p3">
  66. iHanjo:
  67. <br>
  68. <iframe width="750" height="390" src="https://www.youtube.com/embed/9WHCBcVms0Y" frameborder="0" allowfullscreen></iframe>
  69. <br>
  70. <br>
  71. iWeaboo:
  72. <br>
  73. <iframe width="750" height="390" src="https://www.youtube.com/embed/Sq6PvjzvpLk" frameborder="0" allowfullscreen></iframe>
  74. </p>
  75. </center>
  76. <script>
  77. function visitHome(){
  78.         window.location="https://zhiow.000webhostapp.com";
  79.     }
  80.     function visitRoster(){
  81.         window.location="https://zhiow.000webhostapp.com/roster.html";
  82.     }
  83.     function visitHighlights(){
  84.         window.location="https://zhiow.000webhostapp.com/highlights.html";
  85.     }
  86. </script>
  87. <footer>
  88. <br><br><br><br><br><br>
  89. <center>
  90. Website made by "iHanjo"<br>
  91. Copyright © Zhi ESports 2017
  92. </center>
  93. </footer>
  94. </body>
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement