12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <title>Permission Denied</title>
- <link rel="stylesheet" href="../../script/skeleton/offline.css">
- <link rel="stylesheet" href="../../script/skeleton/normalize.css">
- <link rel="stylesheet" href="../../script/skeleton/skeleton.css">
- <script type="application/javascript" src="../../script/jquery.min.js"></script>
- <style>
- .bar{
- height: 12px;
- background-color: #1a1a1a;
- width: 100%;
- }
- .footer{
- position: fixed;
- left: 0px;
- bottom: 0px;
- height: 100px;
- width: 100%;
- background-color: #1a1a1a;
- padding: 20px;
- color: white;
- }
- </style>
- </head>
- <body>
- <div class="bar"></div>
- <br>
- <div class="container" style="padding-bottom: 150px;">
- <div class="row">
- <div class="one-half column">
- <br><br>
- <h3>Permission Denied</h3>
- <p>Permission settings on this share did not include your user group. That is all we know.</p>
- </div>
- <div class="one-half column">
- <img style="pointer-events: none; width: 100%;" src="../../img/public/share/denied.png">
- </div>
- </div>
-
- </div>
- <div class="footer">
- <div class="container">
- Cloud File Sharing Interface, <br>Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
- </div>
- </div>
-
-
- <script>
-
- </script>
- </body>
- </html>
|