//rikotti< puutttuu ?php include("yla.html"); if ($_GET['sida'] == NULL) { include("etusivu.html"); } elseif ($_GET['sida'] == 1) { include ("etusivu.html"); } elseif ($_GET['sida'] == 2) { include ("jag.html"); } elseif ($_GET['sida'] == 3) { include ("bilder.html"); } elseif ($_GET['sida'] == 4) { include ("bloggen.html"); } elseif ($_GET['sida'] == 5) { include ("guider.html"); } elseif ($_GET['sida'] == 6) { include ("kontakt.html"); } elseif ($_GET['sida'] == 7) { include ("texas.html"); } elseif ($_GET['sida'] == 8) { include ("texas.html"); } elseif ($_GET['sida'] == 9) { include ("lankar.html"); } elseif ($_GET['sida'] == 10) { include ("spotify.html"); } elseif ($_GET['sida'] == 11) { include ("matematik.html"); } else { include ("error.html"); } include("ala.html"); ?>