Skip to content

Commit

Permalink
update html in minimal` example
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Dec 30, 2023
1 parent cba7be6 commit 1abce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import webui

let window = newWindow() # Create a new Window
window.show("<html>Hello</html>") # Show the window with html content
window.show("<html><head><script src='webui.js'></script></head> Hello World ! </html>") # Show the window with html content

wait() # Wait until the window gets closed

0 comments on commit 1abce10

Please sign in to comment.