Added project's "website"
authorArtem Daniliants <artem@daniliants.com>
Mon, 1 Mar 2010 23:25:01 +0000 (01:25 +0200)
committerArtem Daniliants <artem@daniliants.com>
Mon, 1 Mar 2010 23:25:01 +0000 (01:25 +0200)
www/index.html [new file with mode: 0644]

diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..ea2f74c
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+       <head>
+               <meta http-equiv="Content-Type" content="text/html; charset=utf8">
+               <title>Speed Freal - Car speed tracking application with social elements</title>
+               <meta http-equiv="refresh" content="0;URL=http://www.speedfreak-app.com">
+       </head>
+       <body>
+               <p>You will be redirected to project's website</p>
+               <script type="text/javascript">
+               window.location = "http://www.speedfreak-app.com"
+               </script>
+       </body>
+</html>