mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-04-26 05:45:20 -04:00
15 lines
481 B
PHP
Executable File
15 lines
481 B
PHP
Executable File
<?php
|
|
echo "<CENTER><TABLE WIDTH=\"75%\">
|
|
<TR>
|
|
<TD HEIGHT=\"40\" BACKGROUND=\"images/top_strip.gif\"><FONT FACE=\"verdana\" SIZE=\"+2\" COLSPAN=\"2\">Installation Complete!</FONT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD HEIGHT=\"30\">
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>
|
|
<FONT FACE=\"verdana\"><b>Installation Complete! Please press finish and then delete the setup files. Thank you for choosing JBB.<BR>
|
|
<A HREF=\"../index.php\"><IMG SRC=\"images/finish.gif\" BORDER=\"0\"></a></TD></TR><TABLE>";
|
|
|
|
?>
|