Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <STYLE>A {text-decoration: none;} </STYLE>
  4. <link href='https://fonts.googleapis.com/css?family=Varela Round' rel='stylesheet'>
  5. <link href='https://fonts.googleapis.com/css?family=Kanit' rel='stylesheet'>
  6. <link href='https://fonts.googleapis.com/css?family=Exo' rel='stylesheet'>
  7. <head>
  8. <title>Plexnet ยป 404</title>
  9. <style>
  10. body {
  11. margin-top: 150px;
  12. background-image: url("https://plexnet.tk/img/hubscreen4.png");
  13. position: center;
  14. text-align: center;
  15. color: white;
  16. background-color: lime;
  17. font-family: Varela Round;
  18. }
  19. .a {
  20. background-color: lime;
  21. width: 70px;
  22. border-radius: 5px;
  23. color: white;
  24. font-family: Varela Round;
  25. }
  26. .four {
  27. font-family: Exo;
  28. }
  29. a:link {
  30. color: white;
  31. }
  32. a:visited {
  33. color: white;
  34. }
  35. a:hover {
  36. color: green;
  37. }
  38. a:active {
  39. color: green;
  40. }
  41. .logo {
  42. animation-name: logo;
  43. animation-duration: 4s;
  44. animation-iteration-count: infinite;
  45. animation-timing-function: ease-in-out;
  46. }
  47. @keyframes logo {
  48. 0% {
  49. transform: scale(1);
  50. }
  51. 50% {
  52. transform: scale(1.18);
  53. }
  54. 100% {
  55. transform: scale(1);
  56. }
  57. }
  58. </style>
  59. </head>
  60. <body>
  61.  
  62. <div class="logo">
  63. <img src="https://plexnet.tk/img/logo.png" alt="Logga" style="width:200px">
  64. </div>
  65. <div class="four">
  66. <h1>404</h1>
  67. </div>
  68. <p>Sidan du letar efter finns inte.</p>
  69. <div class="a">
  70. <p><a href=https://plexnet.tk>HEM<a></p>
  71. </div>
  72. </p>
  73.  
  74. </body>
  75. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement