WebbServerProg/www/public/Moment-2/index.php
2024-08-30 15:43:25 +02:00

18 lines
465 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<a href="Upg1/strip_tag.php">Upg1</a>
<a href="Upg2/räknare.php">Upg2</a>
<a href="Upg3/foreacharray.php">Upg3</a>
<a href="Upg4/beräkning.php">Upg4</a>
<a href="FeetBook/start.php">FeetBook</a>
<?php
include("../footer.html");
?>
</body>
</html>