WebbServerProg/www/public/index.php
2024-08-26 10:40:59 +02:00

13 lines
339 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>
<a href="Moment-2/index.php">Moment-2</a>
</body>
</html>