git-svn-id: svn://losandesgames.com/alfheim-website@25 15359d88-9307-4e75-a9c1-e5686e5897df
This commit is contained in:
parent
58aa6f807a
commit
a716bcfdea
2
main.go
2
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!")
|
||||
|
||||
|
||||
@ -187,3 +187,8 @@ a:link {
|
||||
.wrapper a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
BIN
static/video.mp4
Normal file
BIN
static/video.mp4
Normal file
Binary file not shown.
@ -2,6 +2,8 @@
|
||||
<p>Alfheim is a game about humanity: our own will, and our place in the world at large.</p>
|
||||
<p>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?</p>
|
||||
<br\>
|
||||
<br \>
|
||||
<video autoplay muted><source src="/static/video.mp4" type="video/mp4">Your browser does not support the video tag.</video>
|
||||
<br \>
|
||||
<img src="/static/image.png" alt="Alfheim" style="height: 100%; width: 100%; object-fit: contain">
|
||||
{{end}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user