diff --git a/static/en/index.htm b/static/en/index.htm
new file mode 100644
--- /dev/null
+++ b/static/en/index.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>en</h1>
+  </body>
+</html>
+  
diff --git a/static/en/sub/sub.htm b/static/en/sub/sub.htm
new file mode 100644
--- /dev/null
+++ b/static/en/sub/sub.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>sub:en</h1>
+  </body>
+</html>
+  
diff --git a/static/index.htm b/static/index.htm
new file mode 100644
--- /dev/null
+++ b/static/index.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>none</h1>
+  </body>
+</html>
+  
diff --git a/static/ja/index.htm b/static/ja/index.htm
new file mode 100644
--- /dev/null
+++ b/static/ja/index.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>ja</h1>
+  </body>
+</html>
+  
diff --git a/static/ja/sub/sub.htm b/static/ja/sub/sub.htm
new file mode 100644
--- /dev/null
+++ b/static/ja/sub/sub.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>sub:ja</h1>
+  </body>
+</html>
+  
diff --git a/static/sub/sub.htm b/static/sub/sub.htm
new file mode 100644
--- /dev/null
+++ b/static/sub/sub.htm
@@ -0,0 +1,6 @@
+<html>
+  <body>
+    <h1>sub:none</h1>
+  </body>
+</html>
+  
diff --git a/wai-accept-language.cabal b/wai-accept-language.cabal
--- a/wai-accept-language.cabal
+++ b/wai-accept-language.cabal
@@ -1,5 +1,5 @@
 name:                wai-accept-language
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Rewrite based on Accept-Language header
 description:         Please see README.md
 homepage:            https://github.com/mitsuji/wai-accept-language
@@ -10,7 +10,12 @@
 --copyright:           2010 Author Here
 category:            Web
 build-type:          Simple
--- extra-source-files:
+extra-source-files:  static/index.htm
+                   , static/sub/sub.htm
+                   , static/en/index.htm
+                   , static/en/sub/sub.htm
+                   , static/ja/index.htm
+                   , static/ja/sub/sub.htm
 cabal-version:       >=1.10
 
 library
