Cleaned up ugly HTML and renamed index.php to simplog.php
This commit is contained in:
18
includes/htmlcode.php
Normal file
18
includes/htmlcode.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
function start_html($title)
|
||||
{
|
||||
print "
|
||||
<html>
|
||||
<head>
|
||||
<title>$title</title>
|
||||
</head>
|
||||
<body>\n";
|
||||
}
|
||||
|
||||
function end_html()
|
||||
{
|
||||
print "\n\n</body>\n</html>\n";
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user