Facebook
From dd, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 252
  1. <!DOCTYPE html>
  2.        
  3. <html>
  4.         <head>
  5.                 <meta charset="UTF-8">
  6.                 <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.                 <title>JITEM - Anasayfa</title>
  8.                 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
  9.                 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
  10.                 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  11.                 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
  12.                 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
  13.                 <meta name="viewport" content="width=device-width, initial-scale=1">
  14.                 <link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
  15.                 <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">
  16.         <link href="https://cdnjs.cloudflare.com/ajax/libs/css-loader/3.3.1/css-loader.css" rel="stylesheet">
  17.                 <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  18.                 <style type="text/css">
  19.                 /*global.css*/
  20.                 html, body {
  21.                         height: 100%;
  22.                         width: 100%;
  23.                         padding: 0;
  24.                         margin: 0 auto;
  25.                 }
  26.                
  27.                 .menu {
  28.                         posion: fixed;
  29.                         top: 0;
  30.                         width: 100%;
  31.                         padding: 5px;
  32.                         background: #252b34;
  33.                 }
  34.                
  35.                 .menu a {
  36.                         position: relative;
  37.                         float: right;
  38.                                                 right: 20%;
  39.                                                 text-decoration: none;
  40.                                                 color: #d3d3d3;
  41.                                                 margin: 15px;
  42.                                                 line-height: 1px;
  43.                 }
  44.                
  45.                 .logo {
  46.                         position: relative;
  47.                         left: 10%;
  48.                 }
  49.                
  50.                                 .menu a:hover {
  51.                                         transition: 0.5s;
  52.                                         color: #F13C3C;
  53.                                 }
  54.                                
  55.                                 #anasayfa {
  56.                                         color: #F13C3C;
  57.                                 }
  58.                                
  59.                                 .banner {
  60.                                         width: 100%;
  61.                                         padding: 20px;
  62.                                         background: url('https://www.mobygames.com/images/promo/original/1465689355-2318586732.jpg');
  63.                                         background-size: cover;
  64.                                         background-repeat: no-repeat;
  65.                                         color: white;
  66.                                 }
  67.                
  68.                                 .banner a {
  69.                                         text-decoration: none;
  70.                                         color: white;
  71.                                         padding: 5px 25px;
  72.                                         background: #F13C3C;
  73.                                         border-radius: 15px;
  74.                                         margin: 20px;
  75.                                 }
  76.                                
  77.                                 .banner a:hover {
  78.                                         transition: 0.5s;
  79.                                         color: #f13c3c;
  80.                                         background: white;
  81.                                 }
  82.                
  83.                 </style>
  84.         </head>
  85.         <body>
  86.                 <div class="menu">
  87.                         <img class="logo" src="https://cdn.discordapp.com/attachments/483719906400141312/556863342312947772/Jitemlogo.png" height="40" width="40"/>
  88.                                 <a href=""><i class="fab fa-discord"></i> Discord</a>
  89.                                                                 <a href=""><i class="fas fa-crown"></i> Staff</a>
  90.                                 <a href=""><i class="far fa-comments"></i> Forum</a>
  91.                                 <a id="anasayfa" href=""><i class="fas fa-home"></i> Anasayfa</a>
  92.                 </div>
  93.                                
  94.                                 <div class="banner">
  95.                                         <center><h2 style="font-size: 50px;">JITEM</h2><br>
  96.                                         <br><p style="font-size: 20px;">Website Aktif! İyi eğlenceler.. IP: 127.0.0.1:7777</p>
  97.                                         <br><a href="">Giriş Yap</a>
  98.                                         <a href="">Kayıt Ol</a>
  99.                                         <br>
  100.                                         </center>
  101.                                 </div>
  102.                
  103.                 <!--#252b34/#171b29-->
  104.         </body>
  105.        
  106. </html>