implement basic web server for dashboard,
use templates to do basic SSR on head and header
This commit is contained in:
9
proxmoxaas-dashboard.go
Normal file
9
proxmoxaas-dashboard.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
app "proxmoxaas-dashboard/app"
|
||||
)
|
||||
|
||||
func main() {
|
||||
app.Run()
|
||||
}
|
Reference in New Issue
Block a user