notfound.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>{{hostname}} File Share</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. <h5>{{hostname}} File Sharing</h5>
  36. <h3>File Not Found</h3>
  37. <p>The file you are looking for not exists or no longer exists on the current system. Please check if your link to the share file is valid.</p>
  38. <p>Request File ID: {{reqid}}</p>
  39. <p>Request Timestamp: {{reqtime}}</p>
  40. </div>
  41. <div class="one-half column">
  42. <img style="pointer-events: none; width: 100%;" src="../../img/public/share/notfound.png">
  43. </div>
  44. </div>
  45. </div>
  46. <div class="footer">
  47. <div class="container">
  48. Cloud File Sharing Interface, <br>Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
  49. </div>
  50. </div>
  51. <script>
  52. </script>
  53. </body>
  54. </html>