<?php
// You can put this at the top of multiple pages
/*
function getSiteHeader($title) {
return '
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>' . htmlspecialchars($title) . ' - Minecraft Demo</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
';
}
*/
?>
← Back