This commit is contained in:
2024-11-20 12:54:11 +07:00
parent 523680a350
commit bb5c579630
2136 changed files with 597821 additions and 8689 deletions

View File

@@ -0,0 +1,21 @@
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