Created
August 6, 2017 17:11
-
-
Save enjikaka/ed5b605930ccd2c4f2cb355fd64bcd35 to your computer and use it in GitHub Desktop.
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> | |
| <link rel="import" href="hello-world.html"> | |
| <link rel="import" href="ssr-data.html"> | |
| </head> | |
| <body> | |
| <hello-world></hello-world> | |
| <ssr-data> | |
| { | |
| "name": "Jeremy", | |
| "age": 22 | |
| } | |
| </ssr-data> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment