qna/boilerplate/pageStart.php
2025-02-27 09:15:56 -05:00

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>")
?>