Sha256: 22fb004c82e3b21257f141851dd680de3edd5a0e56a3facca3073efab3b5f4ed
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
<!DOCTYPE html> <html lang="pt-BR"> {% include base.html %} <!-- head --> {% include head.html %} <body id="{{ page.body_id }}"> <!-- top-bar --> {% include components/header.html %} <section class="page-oops"> <div class="container page-oops__container"> <h1 class="page-oops__title">Oops :(</h1> <p class="page-oops__text"> {{ page.message }} <a href="{{ page.link }}">clique aqui</a> </p> </div> </section> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veloe-landing-page-theme-0.1.0 | _layouts/full-page.html |