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
Jenna Pederson -
Anmol Baranwal -
Nicolas Fränkel -
Ben Halpern -
Top comments (0)