Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1.  
  2. <!doctype html>
  3. <html lang="en">
  4. <head>
  5. <!-- Required meta tags -->
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  8. <meta name="author" content="#./d3sTroY3R#"> <!-- Btw hapus author mandul +- ga nikah +- maqlo dead -->
  9. <meta name="description" content="[ Stay Alive ]">
  10. <meta name="theme-color" content="#000">
  11. <!-- Bootstrap CSS -->
  12. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
  13. <link href="https://fonts.googleapis.com/css?family=Rock Salt|Righteous" rel="stylesheet">
  14. <link rel="icon" href="http://my.msk.co.com/uploads/1573355539.jpg" type="image/jpg">
  15. <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css'>
  16. <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  17. <script src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js'></script>
  18. <script src='https://unpkg.com/sweetalert/dist/sweetalert.min.js'></script>
  19. <title><<< ./d3sTroY3R Uploader >>></title>
  20. <style>
  21. body{background-color:#000;font-family:"Righteous";color:#fff;}
  22. #ico{width:200px;height:150px;}
  23. </style>
  24. </head>
  25. <body>
  26.  
  27. <div class="container text-center mx-auto">
  28. <h2 class="mt-3"><i><<< ./d3sTroY3R <u>Uploader >>></u></i></h2><br>
  29. <img src="http://my.msk.co.com/uploads/1573355539.jpg" height="400"" width="400"><br>
  30. <form method="post" enctype="multipart/form-data">
  31. <div class="row">
  32. <div class="col">
  33. <input id="previews" placeholder="File Yg Di pilih" class="form-control bg-transparent text-white" readonly="readonly">
  34. </div>
  35.  
  36. <div class="col">
  37. <div class="input-group">
  38. <div class="custom-file">
  39. <input type="file" name="randsx" class="custom-file-input bg-transparent" id="FileSel">
  40. <label class="custom-file-label bg-transparent" for="previews"></label>
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. <button type="submit" name="upload" class="btn btn-secondary btn-block bg-transparent mt-3" id="load" data-loading-text="<i class='fa fa-refresh fa-spin'></i> Sabar kontol">Upload</button>
  46. </form><hr>
  47.  
  48. <footer>
  49. <small>&copy; copyright ./d3sTroY3R</small>
  50. </footer>
  51. </div>
  52. <script>
  53. document.getElementById('FileSel').onchange = function()
  54. {
  55. document.getElementById('previews').value = this.value;
  56. };
  57.  
  58. $('.btn').on('click', function(){
  59. var $this = $(this);
  60. $this.button('loading');
  61. });
  62.  
  63. </script>
  64. </body>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement