diff options
author | piernov <piernov@piernov.org> | 2016-04-20 10:38:33 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-04-20 10:38:33 +0200 |
commit | 5b4cf480b19becc99c6a0cbb3157592ff18a4ab6 (patch) | |
tree | dd6d8b7d1a7848f53f2e4eb0f61fa177b1c6e32d | |
parent | 40c06c1fa28ee254e608108f98f6dcc373016b84 (diff) | |
download | candybox-5b4cf480b19becc99c6a0cbb3157592ff18a4ab6.tar.gz candybox-5b4cf480b19becc99c6a0cbb3157592ff18a4ab6.tar.bz2 candybox-5b4cf480b19becc99c6a0cbb3157592ff18a4ab6.tar.xz candybox-5b4cf480b19becc99c6a0cbb3157592ff18a4ab6.zip |
Add index.xhtml
-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> |