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
Shani Kumar -
Harutyun Mardirossian -
s-babaeizadeh -
Subham Nandi -
Top comments (0)