Update with a background

This commit is contained in:
Marc Di Luzio 2015-02-01 17:53:08 +00:00
parent 26ae383bb2
commit 32c1ba0868
2 changed files with 3 additions and 2 deletions

BIN
assets/main-bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

View file

@ -1,12 +1,13 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<body bgcolor="#115511">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>MyGame</title> <title>FOODICATOR:RELOADED</title>
<style type="text/css"> <style type="text/css">
body { body {
margin: 0; margin: 0;
background-image: url("assets/main-bg.jpg");
background-color: "#115511";
} }
</style> </style>
</head> </head>