diff --git a/main.go b/main.go
index 4c123b2..b35d79e 100644
--- a/main.go
+++ b/main.go
@@ -14 +14 @@ func main() {
- document.Open("./src/app.html")
+ document.Open("./src/index.html")
package main
import (
"gui/document"
// _ "net/http/pprof"
)
func main() {
// Server for pprof
// go func() {
// fmt.Println(http.ListenAndServe("localhost:6060", nil))
// }()
document.Open("./src/app.html")
}