24 lines
853 B
HTML
24 lines
853 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 is not supported. -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<link type="text/css" rel="stylesheet" href="gxt/css/gxt-all.css" />
|
|
|
|
<script type="text/javascript" language="javascript" src="resource_sweeper/resource_sweeper.nocache.js"></script>
|
|
</head>
|
|
|
|
<!-- -->
|
|
<!-- The body can have arbitrary html, or -->
|
|
<!-- you can leave the body empty if you want -->
|
|
<!-- to create a completely dynamic UI. -->
|
|
<!-- -->
|
|
<body>
|
|
<div id="sweeperDIV"></div>
|
|
</body>
|
|
</html>
|