diff --git a/.air.toml b/.air.toml
index c46b56f..d7ff5c6 100644
--- a/.air.toml
+++ b/.air.toml
@@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "tmp\\main.exe"
- cmd = "go build -ldflags='-H windowsgui' -o ./tmp/main.exe ./example"
+ cmd = "go build -o ./tmp/main.exe ./example"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "runtime/out", "node_modules", "dist"]
exclude_file = []
diff --git a/example/index.html b/example/index.html
index af6d2e8..f686e39 100644
--- a/example/index.html
+++ b/example/index.html
@@ -4,7 +4,8 @@
-
+
+