From 1bb3313519b27a11d6634b584301f4d65f3ff364 Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 15 Dec 2006 11:26:22 +0000 Subject: [PATCH] moved more stuff from index.php to output.php --- index.php | 47 +++-------------------------------------------- output.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 44 deletions(-) diff --git a/index.php b/index.php index 20ca7fa..cf55680 100644 --- a/index.php +++ b/index.php @@ -1,44 +1,4 @@ - - - - e-Doko - - - - - -
-

Welcome to E-Doko

-
- - - - + + + + e-Doko + + + + + +
+

Welcome to E-Doko

+
+ +\n"; + echo "\n"; + + return; +} ?> \ No newline at end of file -- 2.34.1