File size: 117 Bytes
46cb2c1
03605b7
6c1b1ab
 
03605b7
6c1b1ab
 
9db24e3
329c810
eb922b4
1
2
3
4
5
6
7
8
9
10
11
from fasthtml.common import *

app = FastHTML()
rt = app.route

@rt('/')
def get():
	return Div(id='mapid')

serve()