hs.hsadmin/hsarweb/WebContent/index.jsp

12 lines
437 B
Plaintext
Raw Normal View History

2010-09-21 20:14:58 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2010-12-15 14:15:52 +01:00
<title>HSAdmin Web Client</title>
2010-09-21 20:14:58 +02:00
</head>
<body>
2010-12-15 14:15:52 +01:00
2010-09-21 20:14:58 +02:00
</body>
</html>