Show sourcecode
The following files exists in this folder. Click to view.
webbsrvprg/exercises/exerciseIncl/
start.php
27 lines UTF-8 Windows (CRLF)
<!DOCTYPE html>
<html lang="sv" id="cursorBlade">
<head>
<meta charset="utf-8" />
<meta name="viewport">
<title>Övning</title>
<?php if (!isset($offset)) {
$offset = 0;
}
?>
<link href="../../<?php
for ($i = 0; $i < $offset; $i++) {
echo "../";
}
?>index.css" rel="stylesheet"> <!-- CSS för index -->
</head>
<body>
<header>
<a href="../../../index.php" id="titleLink">.・゜゜・✧・゚: *✧・゚:*Teos Hemsida*:・゚✧*:・゚✧・゜゜・.</a>
<a href="../../index.php" class="webLink">Webserv</a>
<a href="../../../webbutveckling2/index.html" class="webLink">Web 2</a>
<a href="../../../webbutveckling1/index.html" class="webLink">Web 1</a>
</header>