Advertisement
Guest User

anyh4sh

a guest
Nov 14th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>CeberusBot - Discord Bot</title>
  5. <META http-equiv="refresh" content="3; URL=liendetondiscord.php">
  6. <meta charset="utf-8">
  7. <link href="https://fonts.googleapis.com/css?family=KoHo" rel="stylesheet">
  8. </head>
  9. <style type="text/css">
  10. .html, body
  11. {
  12.  
  13. margin:0;
  14. font-family: 'KoHo', sans-serif;
  15.  
  16. }
  17. .header
  18. {
  19.  
  20. background-image: url("header.png");
  21. height:20vh;
  22. background-color:#652020;
  23. background-size: cover;
  24. overflow:hidden;
  25. display:flex;
  26. align-items:center;
  27. justify-content: center;
  28. font-size:25px;
  29. color:white;
  30. text-shadow: 2px 2px black;
  31. box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  32.  
  33.  
  34. }
  35. .cover
  36. {
  37.  
  38.  
  39. background-image: url("cover.png");
  40. height:60vh;
  41. background-color:#C12929;
  42. background-size: cover;
  43. overflow:hidden;
  44. display:flex;
  45. align-items:center;
  46. justify-content: center;
  47. color:white;
  48. text-shadow: 2px 2px black;
  49. font-size:30px;
  50. box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  51.  
  52. }
  53. .footer
  54. {
  55.  
  56.  
  57. background-image: url("footer.png");
  58. height:30vh;
  59. background-color:#C12929;
  60. background-size: cover;
  61. overflow:hidden;
  62. display:flex;
  63. align-items:center;
  64. justify-content: center;
  65. color:white;
  66. text-shadow: 2px 2px black;
  67. font-size:30px;
  68. box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  69.  
  70. }
  71. </style>
  72. <body>
  73.  
  74. <div class="header">
  75. <h1>Ceberus BOT</h1>
  76. </div>
  77. <div class="cover">
  78. <h2>Vous allez être redirigé sur la page du bot :-)</h2>
  79. </div>
  80. <div class="footer">
  81. <h1>Une création de Xen0o2</h1>
  82. </div>
  83.  
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement