diff options
Diffstat (limited to 'index.xhtml')
-rw-r--r-- | index.xhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/index.xhtml b/index.xhtml index a5f03e8..5b38b69 100644 --- a/index.xhtml +++ b/index.xhtml @@ -6,13 +6,13 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="author" content="Alexandre Renoux,Pierre-Emmanuel Novac"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="author" content="Alexandre Renoux,Pierre-Emmanuel Novac"/> <title>CraftMine</title> - <script type="text/javascript" charset="utf-8" src="craftmine.js"></script> + <script type="text/javascript" charset="utf-8" src="js/craftmine.js"></script> </head> -<body onload="initMine()"> +<body onload="init()"> <h1>CraftMine</h1> <span id="gold">0</span> <span id="mine">0</span> |