From b268484b4be14e36c6f901815f9ff937716cc5a2 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 18 Mar 2014 22:04:15 -0700 Subject: [PATCH] first commit --- public/.htaccess | 3 +++ public/favicon.gif | 0 public/favicon.ico | 0 public/index.html | 21 +++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 public/.htaccess create mode 100644 public/favicon.gif create mode 100644 public/favicon.ico create mode 100644 public/index.html diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..c31d05f --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine On +RewriteRule ^(.*)$ http://samhuri.net/posts/$1 [R=301,L] + diff --git a/public/favicon.gif b/public/favicon.gif new file mode 100644 index 0000000..e69de29 diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2b9ca6f --- /dev/null +++ b/public/index.html @@ -0,0 +1,21 @@ + + + + samhuri.net + + + +
sami.samhuri.net