Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,8 @@ INDEX_PAGE_HTML = """
|
|
75 |
<code>git clone {YOUR_PROXY_URL}/<SECRET_KEY>/https://github.com/owner/repo.git</code>
|
76 |
<p>Or to view a repository page:</p>
|
77 |
<code>{YOUR_PROXY_URL}/<SECRET_KEY>/https://github.com/owner/repo</code>
|
|
|
|
|
78 |
<h2>Authentication Required</h2>
|
79 |
<p>This proxy requires a valid secret key to access. Contact the administrator for access credentials.</p>
|
80 |
</div>
|
|
|
75 |
<code>git clone {YOUR_PROXY_URL}/<SECRET_KEY>/https://github.com/owner/repo.git</code>
|
76 |
<p>Or to view a repository page:</p>
|
77 |
<code>{YOUR_PROXY_URL}/<SECRET_KEY>/https://github.com/owner/repo</code>
|
78 |
+
<p>Example:</p>
|
79 |
+
<code>https://megatrump-deno.hf.space/<SECRER_KEY>/https://github.com/python/cpython.git</code>
|
80 |
<h2>Authentication Required</h2>
|
81 |
<p>This proxy requires a valid secret key to access. Contact the administrator for access credentials.</p>
|
82 |
</div>
|