You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 17:56:34 UTC

[couchdb-escodegen] 03/11: Insert redirect meta tag to /index.html

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit e3b815df232ca4db719cdb0c26d1bdc8e3c74014
Author: Constellation <ut...@gmail.com>
AuthorDate: Fri Mar 16 10:34:45 2012 +0900

    Insert redirect meta tag to /index.html
---
 index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/index.html b/index.html
index e69de29..944d8fd 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+	<meta charset="UTF-8">
+  <meta http-equiv="refresh" content="0; URL=http://constellation.github.com/escodegen/demo/index.html">
+</head>
+<body>
+</body>
+</html>