Initial import of WhiteStork web site
authormaritus <lucas.pawlik@gmail.com>
Thu, 14 Sep 2006 09:44:14 +0000 (09:44 +0000)
committermaritus <lucas.pawlik@gmail.com>
Thu, 14 Sep 2006 09:44:14 +0000 (09:44 +0000)
git-svn-id: file:///svnroot/mdictionary/www@10 5bde0345-f819-0410-ac75-e5045f9217cc

images/bellycon.gif [new file with mode: 0644]
index.html [new file with mode: 0644]
index.php [deleted file]

diff --git a/images/bellycon.gif b/images/bellycon.gif
new file mode 100644 (file)
index 0000000..e03fe8e
Binary files /dev/null and b/images/bellycon.gif differ
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..68a7529
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
+<title>WhiteStork Multilingual Dictionary</title>
+</head>
+<body>
+<center><img src="./images/bellycon.gif">
+<b><br>"I have a great vision that one day this page will actually be finished and complete. Please share in this delusion."</b>
+<br>&copy; 2006WhiteStork Multilingual Dictionary</center>
+</body>
+</html>
\ No newline at end of file
diff --git a/index.php b/index.php
deleted file mode 100644 (file)
index 6f252a3..0000000
--- a/index.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-// Show all information, defaults to INFO_ALL
-phpinfo();
-
-// Show just the module information.
-// phpinfo(8) yields identical results.
-phpinfo(INFO_MODULES);
-
-?>
\ No newline at end of file