Files
djangocms/static/admin/assets/pug/pages/theme/error-503.pug
2024-11-20 12:56:32 +07:00

21 lines
845 B
Plaintext

doctype html
html(lang='en')
include ../../components/header-files
body
include ../../components/taptop
// page-wrapper Start
#pageWrapper.page-wrapper.compact-wrapper
// error-503 start
.error-wrapper
.container
img.img-100(src='../assets/images/other-images/sad.png', alt='')
.error-heading
h2.headline.font-secondary 503
.col-md-8.offset-md-2
p.sub-content
| The page you are attempting to reach is currently not available. This may be because the page does not exist or has been moved.
div
a.btn.btn-secondary-gradien.btn-lg(href='index.html') BACK TO HOME PAGE
// error-503 end
include ../../components/footer-files