File size: 137 Bytes
6799751
5264665
8a02447
5264665
6799751
8a02447
5264665
8a02447
1
2
3
4
5
6
7
8
from fasthtml.common import *

app,rt = fast_app()

@rt('/')
def get(): return Div(P('Hello World!'), hx_get="/change")

serve(port=7860)