Created
August 6, 2017 17:11
-
-
Save enjikaka/3eab60f1c40123230c8f8b7332f7f3e2 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