diff options
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_templates/index.html b/_templates/index.html new file mode 100644 index 0000000..777fa9d --- /dev/null +++ b/_templates/index.html @@ -0,0 +1,17 @@ +<html> +<head> + <title>Index of /docs/</title> + <meta name="viewport" content="width=device-width, initial-scale=1"/> +</head> +<body> + <h1>Index of /docs/</h1> + <hr/> + +<pre> +<a href="en/">en/</a> +<a href="fr/">fr/</a> +</pre> + + <hr/> +</body> +</html> |