from fasthtml.common import *
app,route = fast_app(live=True, live_reload=True)
@route('/')
def get():
return Div(P('Hello World!'))
serve()
For further actions, you may consider blocking this person and/or reporting abuse
from fasthtml.common import *
app,route = fast_app(live=True, live_reload=True)
@route('/')
def get():
return Div(P('Hello World!'))
serve()
For further actions, you may consider blocking this person and/or reporting abuse
Hossein Mobarakian -
Metta Surendhar -
Jaisurya -
Digvijay Bhakuni -
Top comments (0)