aboutsummaryrefslogtreecommitdiff
path: root/html/footer.html
blob: 69b2372c755298066a177f2f60a228f4aa11a944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div>
        <a href="{api_docs}">API</a>
         • 
        <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
         • 
        <a href="https://gradio.app">Gradio</a>
         • 
        <a href="#" onclick="showProfile('./internal/profile-startup'); return false;">Startup profile</a>
         • 
        <a href="/" onclick="javascript:gradioApp().getElementById('settings_restart_gradio').click(); return false">Reload UI</a>
</div>
<br />
<div class="versions">
{versions}
</div>