diff options
Diffstat (limited to 'projects/cgol/index.html')
-rwxr-xr-x | projects/cgol/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/cgol/index.html b/projects/cgol/index.html index 30a4a74..a3fadd9 100755 --- a/projects/cgol/index.html +++ b/projects/cgol/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="cgol (Curses Game of Life)" --> -<!--#include virtual="../../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>cgol (Curses Game of Life)</h2> <p> cgol is an implementation of Conway's Game of Life written in C and using @@ -22,4 +22,4 @@ Public License, version 3 or later. See "COPYING" in the source tree for details. </p> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> |