This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/udrive/www/index.php
2007-06-18 10:53:18 +00:00

23 lines
610 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Uniform Server <?php include "\home\admin\www\includes\.version"; ?></title>
<style type="text/css">
<!--
BODY {
font-family: Verdana, Trebuchet MS;
font-size: 10px;
background-color: #4F4F97;
background-image: url(images/logo.jpg);
background-position: center 240px;
background-repeat: no-repeat;
}
-->
</style>
</head>
<body>
</body>
</html>