Advertisement
mitrakov

Basic HTML page for GWT

Jul 1st, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.58 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.   <head>
  4.     <meta charset=UTF-8">
  5.     <title>Adwords Bidder</title>
  6.     <link type="text/css" rel="stylesheet" href="AdwordsBidder.css">
  7.     <script type="text/javascript" language="javascript" src="adwordsbidder/adwordsbidder.nocache.js"></script>
  8.   </head>
  9.   <body>
  10.     <h1>Adwords Bidder</h1>
  11.     <div id="root"></div>
  12.     <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
  13.     <noscript>Please enable Javascript to run this web application properly</noscript>
  14.   </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement