xtlsoft/XPHP

View on GitHub
Public/Static/default/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title>Welcome to Static</title>
    </head>
    
    <body>
        This is Static.
    </body>
</html>