Skip to content

Instantly share code, notes, and snippets.

@deepaksinghvi
Created July 17, 2012 16:20
Show Gist options
  • Save deepaksinghvi/3130395 to your computer and use it in GitHub Desktop.
Save deepaksinghvi/3130395 to your computer and use it in GitHub Desktop.
GwtWebAppDemo.html
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="GwtWebAppDemo.css">
<title>GWT Web App Demo Project</title>
<script type="text/javascript" language="javascript" src="gwtwebappdemo/gwtwebappdemo.nocache.js"></script>
</head>
<body>
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
Enter Details:
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment