utility_404.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!-- start: 404 -->
  2. <div class="error-full-page">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-sm-12 page-error animated shake">
  6. <div class="error-number text-azure">
  7. 404
  8. </div>
  9. <div class="error-details col-sm-6 col-sm-offset-3">
  10. <h3>Oops! You are stuck at 404</h3>
  11. <p>
  12. Unfortunately the page you were looking for could not be found.
  13. <br>
  14. It may be temporarily unavailable, moved or no longer exist.
  15. <br>
  16. Check the URL you entered for any mistakes and try again.
  17. <br>
  18. <a href="index.html" class="btn btn-red btn-return">
  19. Return home
  20. </a>
  21. <br>
  22. Still no luck?
  23. <br>
  24. Search for whatever is missing, or take a look around the rest of our site.
  25. </p>
  26. <form action="#">
  27. <div class="input-group">
  28. <input type="text" placeholder="keyword..." size="16" class="form-control">
  29. <span class="input-group-btn">
  30. <button class="btn btn-azure">
  31. Search
  32. </button> </span>
  33. </div>
  34. </form>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <!-- end: 404 -->