vre-manager-portlet/src/main/webapp/VREDeploymentApp.html

27 lines
905 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="VREDeploymentApp.css">
<script type="text/javascript" language="javascript"
src="vredeploymentapp/vredeploymentapp.nocache.js"></script>
</head>
<body>
<div id="DeploymentView"></div>
</body>
</html>