Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.  
  8. <!-- favicos -->
  9. <link rel="apple-touch-icon" sizes="57x57" href="https://ronin-one.ml/web/img/favico/apple-icon-57x57.png">
  10. <link rel="apple-touch-icon" sizes="60x60" href="https://ronin-one.ml/web/img/favico/apple-icon-60x60.png">
  11. <link rel="apple-touch-icon" sizes="72x72" href="https://ronin-one.ml/web/img/favico/apple-icon-72x72.png">
  12. <link rel="apple-touch-icon" sizes="76x76" href="https://ronin-one.ml/web/img/favico/apple-icon-76x76.png">
  13. <link rel="apple-touch-icon" sizes="114x114" href="https://ronin-one.ml/web/img/favico/apple-icon-114x114.png">
  14. <link rel="apple-touch-icon" sizes="120x120" href="https://ronin-one.ml/web/img/favico/apple-icon-120x120.png">
  15. <link rel="apple-touch-icon" sizes="144x144" href="https://ronin-one.ml/web/img/favico/apple-icon-144x144.png">
  16. <link rel="apple-touch-icon" sizes="152x152" href="https://ronin-one.ml/web/img/favico/apple-icon-152x152.png">
  17. <link rel="apple-touch-icon" sizes="180x180" href="https://ronin-one.ml/web/img/favico/apple-icon-180x180.png">
  18. <link rel="icon" type="image/png" sizes="192x192" href="https://ronin-one.ml/web/img/favico/android-icon-192x192.png">
  19. <link rel="icon" type="image/png" sizes="32x32" href="https://ronin-one.ml/web/img/favico/favicon-32x32.png">
  20. <link rel="icon" type="image/png" sizes="96x96" href="https://ronin-one.ml/web/img/favico/favicon-96x96.png">
  21. <link rel="icon" type="image/png" sizes="16x16" href="https://ronin-one.ml/web/img/favico/favicon-16x16.png">
  22. <link rel="manifest" href="https://ronin-one.ml/web/img/favico/manifest.json">
  23. <meta name="msapplication-TileColor" content="#ffffff">
  24. <meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
  25. <meta name="msapplication-TileImage" content="https://ronin-one.ml/web/img/favico/ms-icon-144x144.png">
  26. <meta name="theme-color" content="#ffffff">
  27.  
  28. <title>SeAT | Sign In</title>
  29.  
  30. <!-- Tell the browser to be responsive to screen width -->
  31. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  32. <!-- Bootstrap 3.3.5 -->
  33. <link rel="stylesheet" href="https://ronin-one.ml/web/css/bootstrap.min.css">
  34. <!-- Font Awesome -->
  35. <link rel="stylesheet" href="https://ronin-one.ml/web/css/font-awesome.min.css">
  36. <!-- Theme style -->
  37. <link rel="stylesheet" href="https://ronin-one.ml/web/css/adminlte.min.css">
  38. <!-- Google Font -->
  39. <link rel="stylesheet"
  40. href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
  41.  
  42. <!-- Custom layout CSS -->
  43.  
  44. <!-- view specific head content -->
  45.  
  46. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  47. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  48. <!--[if lt IE 9]>
  49. <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
  50. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  51. <![endif]-->
  52. </head>
  53. <body>
  54.  
  55. <div class="login-box">
  56.  
  57. <h1 class="login-logo" style="text-align: center;"><img style="display: block; margin-left: auto; margin-right: auto;" src="http://www.cubebreaker.com/wp-content/uploads/2014/05/wall-art-05.jpg" alt="" width="406" height="292" />RONIN</h1>
  58.  
  59. <div class="login-box-body">
  60. <!-- SSO Button! -->
  61. <div class="box-body text-center">
  62. <a href="https://ronin-one.ml/auth/eve">
  63. <img src="https://ronin-one.ml/web/img/evesso.png">
  64. </a>
  65. </div>
  66. <!-- /.box-footer -->
  67.  
  68. </div>
  69. <!-- /.login-box-body -->
  70.  
  71.  
  72. </div>
  73. <!-- Le-JavaScript -->
  74.  
  75. <!-- jQuery -->
  76. <script src="https://ronin-one.ml/web/js/jquery.min.js"></script>
  77. <!-- Bootstrap 3.3.5 -->
  78. <script src="https://ronin-one.ml/web/js/bootstrap.min.js"></script>
  79.  
  80. <!-- view specific scripts -->
  81.  
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement