Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ HOME_PAGE = """
|
|
| 27 |
<input type="text" id="urlInput" placeholder="Enter URL" required>
|
| 28 |
<button type="submit">Access</button>
|
| 29 |
</form>
|
|
|
|
| 30 |
</div>
|
| 31 |
<script>
|
| 32 |
document.getElementById('proxyForm').addEventListener('submit', function(e) {
|
|
|
|
| 27 |
<input type="text" id="urlInput" placeholder="Enter URL" required>
|
| 28 |
<button type="submit">Access</button>
|
| 29 |
</form>
|
| 30 |
+
<div><span><a href="https://lpx55-flask.hf.space" target="_blank">Frameless Space.</a></span></div>
|
| 31 |
</div>
|
| 32 |
<script>
|
| 33 |
document.getElementById('proxyForm').addEventListener('submit', function(e) {
|