Upload footer.html
Browse files- footer.html +17 -0
footer.html
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div>
|
2 |
+
<a href="{api_docs}">API文档</a>
|
3 |
+
•
|
4 |
+
<a href="https://openi.pcl.ac.cn/2575044704/stable-diffusion-webui-v1.6.1">欢迎体验在线SD-WebUI!</a>
|
5 |
+
•
|
6 |
+
<a href="#" onclick="showProfile('./internal/profile-startup'); return false;">Startup profile</a>
|
7 |
+
•
|
8 |
+
|
9 |
+
</div>
|
10 |
+
<br />
|
11 |
+
<div class="versions">
|
12 |
+
{versions}
|
13 |
+
</div>
|
14 |
+
<!-- Image link for support -->
|
15 |
+
<div>
|
16 |
+
|
17 |
+
</div>
|