Skip to content

Instantly share code, notes, and snippets.

@enjikaka
Created August 6, 2017 17:11
Show Gist options
  • Select an option

  • Save enjikaka/ed5b605930ccd2c4f2cb355fd64bcd35 to your computer and use it in GitHub Desktop.

Select an option

Save enjikaka/ed5b605930ccd2c4f2cb355fd64bcd35 to your computer and use it in GitHub Desktop.
<!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