vre-definition/src/main/webapp/VREDefinition.html

28 lines
949 B
HTML

<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype may lead to some -->
<!-- differences in layout. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
<link type="text/css" rel="stylesheet" href="VREDefinition.css">
<title>Web Application Starter Project</title>
<script type="text/javascript" language="javascript" src="vredefinition/vredefinition.nocache.js"></script>
</head>
<body>
<div id="VREDefinitionDIV"></div>
</body>
</html>