File size: 1,196 Bytes
6165ba9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<div class="header">
    <div class="header-left">
        <a href="https://genai.owasp.org/" target="_blank">
            <img src="{{ static_root|default('/static') }}/images/genai_security_project_logo.webp"

                alt="OWASP GenAI Security Project logo">
        </a>
    </div>
    <div class="header-content">
        <h1>AIBOM Generator</h1>
    </div>
    {% if not hide_generate_another %}
    <div class="header-right">
        <a href="/" class="generate-another-btn">
            <svg viewBox="0 0 24 24" width="16" height="16" stroke="currentColor" stroke-width="2" fill="none"

                stroke-linecap="round" stroke-linejoin="round">
                <path

                    d="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z">
                </path>
                <path d="M5 3v4"></path>
                <path d="M19 17v4"></path>
                <path d="M3 5h4"></path>
                <path d="M17 19h4"></path>
            </svg>
            Generate Another AIBOM
        </a>
    </div>
    {% endif %}
</div>