Sha256: 7f2870920a10915fe07a4c062a823b1fed6552ff9a599eebdf47cb1c0a6e48ed
Contents?: true
Size: 874 Bytes
Versions: 2
Compression:
Stored size: 874 Bytes
Contents
--- layout: empty title: "404: Page not found" permalink: /404.html redirect_from: - /norobots/ - /assets/ - /posts/ dynamic_title: true --- <!-- Error page --> <div class="container min-vh-100 d-flex justify-content-center align-items-center"> <!-- row --> <div class="row"> <!-- col --> <div class="col-12"> <!-- content --> <div class="text-center"> <div class="mb-3"> <!-- img --> <img src="../assets/images/error/404-error-img.png" alt="" class="img-fluid"> </div> <!-- text --> <h1 class="display-4 fw-bold">Oops! the page not found.</h1> <p class="mb-4">Or simply leverage the expertise of our consultation team.</p> <!-- button --> <a href="../index.html" class="btn btn-primary">Go Home</a> </div> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-dashui-0.1.3 | _includes/404.html |
jekyll-theme-dashui-0.1.2 | _includes/404.html |