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

main.html 935 B

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
  1. <!-- Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license -->
  2. <!--Site announcement bar-->
  3. {% extends "base.html" %} {% block announce %}
  4. <a
  5. class="banner-wrapper"
  6. href="https://www.ultralytics.com/events/yolovision"
  7. target="_blank"
  8. >
  9. <div class="banner-content-wrapper">
  10. <p>Register now for</p>
  11. <img
  12. src="https://cdn.prod.website-files.com/680a070c3b99253410dd3dcf/6895ca9b3ece7244d9981ab9_yv25-logo.avif"
  13. loading="lazy"
  14. height="40"
  15. alt="Ultralytics YOLO Vision"
  16. />
  17. </div>
  18. </a>
  19. {% endblock %}
  20. <!--Page titles-->
  21. {% block htmltitle %} {% if page.toc|first is defined %} {% set
  22. page_specific_title = page.toc.items[0].title %} {% else %} {% set
  23. page_specific_title = page.title | striptags %} {% endif %}
  24. <title>
  25. {%- if page_specific_title -%} {{ page_specific_title }} - {{ config.site_name
  26. }} {%- else -%} {{ config.site_name }} {%- endif -%}
  27. </title>
  28. {% endblock %}
Tip!

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

Comments

Loading...