aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexichi <alexbankai96@gmail.com>2016-04-20 12:17:17 +0200
committeralexichi <alexbankai96@gmail.com>2016-04-20 12:17:17 +0200
commitff2083ce2408f8cd01443ff06cb300031c529638 (patch)
treecaf16f9e8149e75b94a2905b717847983169c09c
parent82e40e0ccc5ecb5c80de9fee44014fe7d8eb6cd0 (diff)
downloadcandybox-ff2083ce2408f8cd01443ff06cb300031c529638.tar.gz
candybox-ff2083ce2408f8cd01443ff06cb300031c529638.tar.bz2
candybox-ff2083ce2408f8cd01443ff06cb300031c529638.tar.xz
candybox-ff2083ce2408f8cd01443ff06cb300031c529638.zip
Update index.xhtml
-rw-r--r--index.xhtml17
1 files changed, 13 insertions, 4 deletions
diff --git a/index.xhtml b/index.xhtml
index 0f6286b..a5f03e8 100644
--- a/index.xhtml
+++ b/index.xhtml
@@ -1,14 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/css" href="/res/index.css"?>
+<?xml-stylesheet type="text/css" href="css/bootstrap.min.css"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
- <title>Candy box</title>
+ <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>
</head>
-<body>
- <h1>Candy box</h1>
+<body onload="initMine()">
+ <h1>CraftMine</h1>
+ <span id="gold">0</span>
+ <span id="mine">0</span>
+ <form class="form-horizontal" method="post" action="craftmine.php">
+ <button type="button" name="withdraw" onclick="withdrawMine()">Withdraw</button>
+ </form>
</body>
</html>