main.py 74 B

12345
  1. from nicegui import ui
  2. ui.label('Hello HTTPS encrypted world')
  3. ui.run()