Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!-- saved from url=(0022)http://help.adobe.com/ -->
<html lang="en-us">
    <head>
        <title>CHC Service</title>
        <!-- The following URI in the META tag specifies the URI to default to when Javascript fails to load the page in 5 seconds -->
        <META http-equiv="refresh" content="5;URL=index.html"> 
        <!-- The script tag is not short-hand closed for IE 6.0 bug -->
        <script src="chc.js" language="javascript" >
        </script>
    </head>
    <body onload="javascript:processQuery()">
        <!-- The following DIV container is used by the JavaScript to insert contents dynamically. -->
        <div id="contents">
        </div>
    </body>
</html>