Skip to content

Commit b824636

Browse files
Update app.py
1 parent 37c46a3 commit b824636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@app.route("/")
66
def home():
7-
return "<h1>MY APP 2</h1><p>Welcome to App 2!</p><p> check out my other app too at <a href="https://google-custom-search.softwares.calyxtech.net"</a>! Bieee!</p><h2>UPDATE SUCCESSFUL!</p>"
7+
return "<h1>MY APP 2</h1><p>Welcome to App 2!</p><p> check out my other app too at <a href=\"https://google-custom-search.softwares.calyxtech.net\">google-custom-search.softwares.calyxtech.net</a>! Bieee!</p><h2>UPDATE SUCCESSFUL!</h2>"
88

99
if __name__ == "__main__":
1010
app.run(debug=True, port=5000)

0 commit comments

Comments
 (0)