Advertisement
Guest User

Untitled

a guest
Apr 9th, 2021
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.24 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.     <meta charset="utf-8">
  6.     <title>Exos</title>
  7.     <link rel="icon" sizes="192x192" href="https://cdn.discordapp.com/attachments/825735931654701079/828424399031238666/2_objects.png">
  8.    
  9.     <style>
  10.         @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap');
  11.         .page_cont  {
  12.             background-color: #404040;
  13.             border-radius: 6px;
  14.             height: 345px;
  15.             box-shadow: 0px 0px 5px black;
  16.         }
  17.  
  18.         .center {
  19.             text-align: center;
  20.             margin: auto;
  21.             width: 50%;
  22.             padding: 10px;
  23.         }
  24.  
  25.         .button {
  26.             background-color: #545454;
  27.             border-radius: 5px;
  28.             box-shadow: 0px 0px 3px black;
  29.             padding-left: 5px;
  30.             padding-right: 5px;
  31.             -webkit-user-select: none;        
  32.             -moz-user-select: none;
  33.             -ms-user-select: none;
  34.             user-select: none;
  35.             color: white;
  36.             text-decoration: none;
  37.         }
  38.         .button:hover {
  39.             background-color: #787878;
  40.         }
  41.     </style>
  42. </head>
  43.  
  44. <body style="font-family: 'Poppins', sans-serif; background-color: #2e2e2e; color: white;">
  45.     <div class="center">
  46.         <div class="page_cont"><a style="font-size: 40px; color: #4ead24;"><br/><img width="125" height="125" src="https://cdn.discordapp.com/attachments/825735931654701079/828424399031238666/2_objects.png"/><br/>Exos Development</a><br/>Welcome, to Exos.</br>We are a group of developers, <br/>
  47.         exploiters and UI artists.<br/><a class="button">See our team</a></div>
  48.         <br/>
  49.  
  50.         <a  style="font-size: 25; text-shadow: 0px 0px 10px black;">Here are some of our creations:</a>
  51.        
  52.         <br/>
  53.         <br/>
  54.         <div class="page_cont" style="height: 500px;">
  55.             <br/>
  56.             <a style="font-size: 30px;">Exos A1</a>
  57.             <br/>
  58.             <a style="color: gray;">  Roblox Exploit</a>
  59.             <br/>
  60.             <a style="color: green; text-shadow: 0px 0px 5px green;">Unpatched</a>
  61.             <br/>
  62.             <br/>
  63.             <a href="downloads/EXOS_A1_1.zip" class="button">Download</a> <a href="https://discord.gg/e25GpPHwkj" class="button">Join discord</a>
  64.             <br/>
  65.             <br/>
  66.             <img style="border-radius: 6px; box-shadow: 0px 0px 10px green; border-color: green;" width="400" height="275" src="https://cdn.discordapp.com/attachments/825735931654701079/829892904008548373/unknown.png" alt="[ERROR] Image preview couldnt be loaded."/>
  67.         </div>
  68.  
  69.     </div>
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement