notfound.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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: absolute;
  19. bottom: 0px;
  20. height: 100px;
  21. width: 100%;
  22. background-color: #1a1a1a;
  23. padding: 20px;
  24. color: white;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div class="bar"></div>
  30. <br>
  31. <div class="container">
  32. <div class="row">
  33. <div class="one-half column">
  34. <h5>{{hostname}} File Sharing</h5>
  35. <h3>File Not Found</h3>
  36. <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>
  37. <p>Request File ID: {{reqid}}</p>
  38. <p>Request Timestamp: {{reqtime}}</p>
  39. </div>
  40. <div class="one-half column">
  41. <img style="pointer-events: none;" src="img/public/share/notfound.png">
  42. </div>
  43. </div>
  44. </div>
  45. <div class="footer">
  46. <div class="container">
  47. Cloud File Sharing Interface, Powered by <a style="color: white;" href="http://arozos.com">arozos</a>
  48. </div>
  49. </div>
  50. <script>
  51. </script>
  52. </body>
  53. </html>