WebbServerProg/www/public/index.php

13 lines
339 B
PHP
Raw Permalink Normal View History

2024-08-22 11:36:11 +00:00
<!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>
2024-08-23 12:36:46 +00:00
<a href="Moment-0/index.php">Moment-0</a>
2024-08-23 13:56:58 +00:00
<a href="Moment-1/index.php">Moment-1</a>
2024-08-26 08:40:59 +00:00
<a href="Moment-2/index.php">Moment-2</a>
2024-08-22 11:36:11 +00:00
</body>
</html>