ProxmoxAAS-Dashboard/proxmoxaas-dashboard.go
Arthur Lu cfceb32134 implement basic web server for dashboard,
use templates to do basic SSR on head and header
2025-02-25 21:35:11 +00:00

10 lines
85 B
Go

package main
import (
app "proxmoxaas-dashboard/app"
)
func main() {
app.Run()
}