Created
November 22, 2012 12:59
-
-
Save sergiomichels/4131067 to your computer and use it in GitHub Desktop.
Index test for plugin
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>Teste</title> | |
| <meta name="layout" content="teste" /> | |
| <r:script disposition="defer"> | |
| alert('index!'); | |
| </r:script> | |
| <r:layoutResources /> | |
| </head> | |
| <body> | |
| <h1>Testing this index!</h1> | |
| <r:layoutResources /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment