WebbServerProg/www/public/index.php
2024-08-23 15:56:58 +02:00

12 lines
293 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StartSida</title>
</head>
<body>
<a href="Moment-0/index.php">Moment-0</a>
<a href="Moment-1/index.php">Moment-1</a>
</body>
</html>