diff options
Diffstat (limited to 'projects/screen-batt')
-rwxr-xr-x | projects/screen-batt/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/screen-batt/index.html b/projects/screen-batt/index.html index b1b2fbd..79d08fe 100755 --- a/projects/screen-batt/index.html +++ b/projects/screen-batt/index.html @@ -1,5 +1,5 @@ <!--#set var="title" value="screen-batt" --> -<!--#include virtual="../../includes/header.html" --> +<!--#include virtual="/includes/header.html" --> <h2>screen-batt</h2> <p> A simple battery status indicator for GNU Screen. @@ -16,4 +16,4 @@ You may share and modify this software under the terms of the Expat license. See "screen-batt" for details. </p> -<!--#include virtual="../../includes/footer.html" --> +<!--#include virtual="/includes/footer.html" --> |