diff --git a/.htaccess b/.htaccess index 70dbfcf..a420df1 100644 --- a/.htaccess +++ b/.htaccess @@ -5,3 +5,11 @@ AddType text/html shtml AddHandler server-parsed shtml AddDefaultCharset utf-8 DirectoryIndex index.html sitemap.html + +# Force Google Chrome Frame to be used if it's installed. + + + BrowserMatch chromeframe gcf + Header append X-UA-Compatible "chrome=1" env=gcf + + diff --git a/gcf.html b/gcf.html new file mode 100644 index 0000000..3de93a4 --- /dev/null +++ b/gcf.html @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/gcf.txt b/gcf.txt new file mode 120000 index 0000000..b2a25a8 --- /dev/null +++ b/gcf.txt @@ -0,0 +1 @@ +gcf.html \ No newline at end of file diff --git a/head.html b/head.html new file mode 100644 index 0000000..025490f --- /dev/null +++ b/head.html @@ -0,0 +1,20 @@ + + + + + + + + + + +Insert title here + + + +
+[Sitemap](sitemap/sitemap.html) +
+ + + diff --git a/head.txt b/head.txt deleted file mode 100644 index 46394db..0000000 --- a/head.txt +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - -Insert title here - - - -
-[Sitemap](sitemap/sitemap.html) -
- - - \ No newline at end of file diff --git a/head.txt b/head.txt new file mode 120000 index 0000000..f9fb835 --- /dev/null +++ b/head.txt @@ -0,0 +1 @@ +head.html \ No newline at end of file