18 lines
298 B
PHP
18 lines
298 B
PHP
<?php
|
|
/**
|
|
* game.domain.de — Spielkomponente
|
|
*/
|
|
?>
|
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Game</title>
|
|
</head>
|
|
<body>
|
|
<h1>Game</h1>
|
|
<p>Spielkomponente.</p>
|
|
</body>
|
|
</html>
|