Created
November 22, 2012 12:58
-
-
Save sergiomichels/4131064 to your computer and use it in GitHub Desktop.
Layout test, resources script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title><g:layoutTitle default="Insoft4 UI Plugin"/></title> | |
| <g:layoutHead/> | |
| <r:layoutResources /> | |
| </head> | |
| <body> | |
| <g:layoutBody/> | |
| <r:script disposition="defer"> | |
| alert('layout!'); | |
| </r:script> | |
| <r:layoutResources /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment