aboutsummaryrefslogtreecommitdiff
path: root/web/assets.go
blob: af600f4152c01940b739acfd902dadcc4f088c14 (plain)
1
2
3
4
5
6
7
// Package web contains the files for the Northstar website.
package web

import "embed"

//go:embed index.html assets/* script/* style/*
var Assets embed.FS