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
akhil mittal -
Harsha S -
Piyush Chauhan -
Paschal Ogu -
Top comments (0)