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
Chris Jarvis -
Tandap Noel Bansikah -
Vincent Ge -
György Márk Varga -
Top comments (0)