/examples/helloworld/Hello.html
HTML | 10 lines | 9 code | 1 blank | 0 comment | 0 complexity | 300d94119e351772046fc12f167b50ec MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- <html>
- <head>
- <meta name="pygwt:module" content="Hello">
- <title>Hello</title>
- </head>
- <body bgcolor="white">
- <script language="javascript" src="pygwt.js"></script>
- </body>
- </html>