diff options
-rw-r--r-- | index.xhtml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.xhtml b/index.xhtml new file mode 100644 index 0000000..0f6286b --- /dev/null +++ b/index.xhtml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet type="text/css" href="/res/index.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> +</head> +<body> + <h1>Candy box</h1> +</body> +</html> |