git-svn-id: svn://losandesgames.com/alfheim-website@25 15359d88-9307-4e75-a9c1-e5686e5897df

This commit is contained in:
Vicente Ferrari Smith 2024-05-25 09:02:27 +00:00
parent 58aa6f807a
commit a716bcfdea
4 changed files with 9 additions and 2 deletions

View File

@ -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!")

View File

@ -187,3 +187,8 @@ a:link {
.wrapper a:hover {
text-decoration: underline;
}
video {
width: 100%;
height: auto;
}

BIN
static/video.mp4 Normal file

Binary file not shown.

View File

@ -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&mdash;the player&mdash;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}}