diff --git a/main.go b/main.go index 84f8aee..36cc7cd 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ var store = sessions.NewCookieStore(key) var emailrx = regexp.MustCompile("/^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/") func main() { - addr := flag.String("addr", ":80", "HTTP network address") + addr := flag.String("addr", ":80", "HTTP network addr") flag.Parse() fmt.Println("Hello, Sailor!") diff --git a/static/style.css b/static/style.css index c4f3257..5f20b0e 100644 --- a/static/style.css +++ b/static/style.css @@ -187,3 +187,8 @@ a:link { .wrapper a:hover { text-decoration: underline; } + +video { + width: 100%; + height: auto; +} diff --git a/static/video.mp4 b/static/video.mp4 new file mode 100644 index 0000000..a9f4427 Binary files /dev/null and b/static/video.mp4 differ diff --git a/ui/index.html b/ui/index.html index f7dacd5..5bb087d 100644 --- a/ui/index.html +++ b/ui/index.html @@ -2,6 +2,8 @@
Alfheim is a game about humanity: our own will, and our place in the world at large.
Alfheim is an MMO where you—the player—administers a medieval settlement of elves. In an infinite world, and with thousands of other players, you will have to design an efficient command economy, if you wish to be able to compete with your enemies... Or your friends?
-
{{end}}