Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

error-404.html 1.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  1. {% assign error = '404' %}
  2. <html lang="{{currentLanguage}}">
  3. {% include head %}
  4. <body class="d-lg-flex error-404">
  5. {% include sidebar %}
  6. <main class="width-full">
  7. {% include header %}
  8. <div class="container-xl p-responsive py-6">
  9. <article class="markdown-body col-md-10 col-lg-7 mx-auto">
  10. {% include error-404-deprecation-message %}
  11. <h1>{% data ui.errors.oops %}</h1>
  12. <div class="lead-mktg mb-5">
  13. {% data ui.errors.page_doesnt_exist %}
  14. </div>
  15. <div class="col-md-8 col-lg-6 mx-auto">
  16. <img src="/assets/images/site/waldocat.png" alt="waldocat">
  17. </div>
  18. <div class="col-lg-12 mt-6">
  19. <h3 class="mb-3">{% data ui.search.need_help %}</h3>
  20. {% include search-form %}
  21. </div>
  22. <div id="search-results-container" class="mt-4 d-none" data-active-class="d-block" data-inactive-class="d-none"></div>
  23. </article>
  24. </div>
  25. <!-- {{ content }} -->
  26. {% include support %}
  27. {% include small-footer %}
  28. </main>
  29. </body>
  30. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...