git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoArmarios_Web/trunk@8 5f5cdc87-09bc-1947-a3a7-c45bb6b47c2a
23 lines
610 B
PHP
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>
|