permissionDenied.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <title>Permission Denied</title>
  7. <link rel="stylesheet" href="../../script/skeleton/offline.css">
  8. <link rel="stylesheet" href="../../script/skeleton/normalize.css">
  9. <link rel="stylesheet" href="../../script/skeleton/skeleton.css">
  10. <script type="application/javascript" src="../../script/jquery.min.js"></script>
  11. <style>
  12. .bar{
  13. height: 12px;
  14. background-color: #1a1a1a;
  15. width: 100%;
  16. }
  17. .footer{
  18. position: fixed;
  19. left: 0px;
  20. bottom: 0px;
  21. height: 100px;
  22. width: 100%;
  23. background-color: #1a1a1a;
  24. padding: 20px;
  25. color: white;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30. <div class="bar"></div>
  31. <br>
  32. <div class="container" style="padding-bottom: 150px;">
  33. <div class="row">
  34. <div class="one-half column">
  35. <br><br>
  36. <h3>Permission Denied</h3>
  37. <p>Permission settings on this share did not include your user group. That is all we know.</p>
  38. </div>
  39. <div class="one-half column">
  40. <img style="pointer-events: none; width: 100%;" src="../../img/public/share/denied.png">
  41. </div>
  42. </div>
  43. </div>
  44. <div class="footer">
  45. <div class="container">
  46. Cloud File Sharing Interface, <br>Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
  47. </div>
  48. </div>
  49. <script>
  50. </script>
  51. </body>
  52. </html>