5 lines
No EOL
217 B
PHP
5 lines
No EOL
217 B
PHP
<?php
|
|
// set up the page to have proper tags like <title>
|
|
echo("<!DOCTYPE html><html><head><title>" . $properTitle . "</title><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"></head><body>")
|
|
|
|
?>
|