Subversion Repositories SvarDOS

Rev

Rev 175 | Rev 188 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 175 Rev 179
Line 4... Line 4...
4
    <title>SvarDOS</title>
4
    <title>SvarDOS</title>
5
    <meta name="keywords" content="svardos,svarog386,freedos">
5
    <meta name="keywords" content="svardos,svarog386,freedos">
6
    <meta name="author" content="Mateusz Viste">
6
    <meta name="author" content="Mateusz Viste">
7
    <meta name="robots" content="index, follow">
7
    <meta name="robots" content="index, follow">
8
    <meta charset="UTF-8">
8
    <meta charset="UTF-8">
9
    <link rel="icon" type="image/png" href="icon.png">
-
 
10
    <link rel="stylesheet" href="style.css">
9
    <link rel="stylesheet" href="style.css">
11
  </head>
10
  </head>
12
  <body>
11
  <body>
13
 
12
 
14
    <p style="margin: 0 0 -1em auto; font-size: 0.9em; text-align: right;"><a href="/">Main page</a> I <a href="?p=why">Why SvarDOS</a> I <a href="?p=tech">Tech</a> I <a href="?p=nls">NLS</a></p>
13
    <p style="margin: 0 0 -1em auto; font-size: 0.9em; text-align: right;"><a href="/">Main page</a> I <a href="?p=why">Why SvarDOS</a> I <a href="?p=tech">Tech</a> I <a href="?p=nls">NLS</a></p>
Line 23... Line 22...
23
    } else if ($p == 'tech') {
22
    } else if ($p == 'tech') {
24
      include 'index-tech.php';
23
      include 'index-tech.php';
25
    } else if ($p == 'nls') {
24
    } else if ($p == 'nls') {
26
      readfile('index-nls.htm');
25
      readfile('index-nls.htm');
27
    } else if ($p == 'test') {
26
    } else if ($p == 'test') {
28
      include 'index-test.php';
27
      include 'index-main.php';
29
    } else { // else display the front page
28
    } else { // else display the front page
30
      //include 'index-main.php';
29
      //include 'index-main.php';
31
      include 'wip.htm';
30
      include 'wip.htm';
32
    }
31
    }
33
?>
32
?>