12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!-- start: 404 -->
- <div class="error-full-page">
- <div class="container">
- <div class="row">
- <div class="col-sm-12 page-error animated shake">
- <div class="error-number text-azure">
- 404
- </div>
- <div class="error-details col-sm-6 col-sm-offset-3">
- <h3>Oops! You are stuck at 404</h3>
- <p>
- Unfortunately the page you were looking for could not be found.
- <br>
- It may be temporarily unavailable, moved or no longer exist.
- <br>
- Check the URL you entered for any mistakes and try again.
- <br>
- <a href="index.html" class="btn btn-red btn-return">
- Return home
- </a>
- <br>
- Still no luck?
- <br>
- Search for whatever is missing, or take a look around the rest of our site.
- </p>
- <form action="#">
- <div class="input-group">
- <input type="text" placeholder="keyword..." size="16" class="form-control">
- <span class="input-group-btn">
- <button class="btn btn-azure">
- Search
- </button> </span>
- </div>
- </form>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- end: 404 -->
|