Skip to content

Instantly share code, notes, and snippets.

@spencercarli
Created March 9, 2016 01:32
Show Gist options
  • Save spencercarli/6a9e7a877f2115e9fb56 to your computer and use it in GitHub Desktop.
Save spencercarli/6a9e7a877f2115e9fb56 to your computer and use it in GitHub Desktop.
Setting up the Meteor Server - index.html
<!-- MeteorApp/client/index.html -->
<head>
<title>MeteorApp</title>
</head>
<body>
<h1>Welcome to Meteor!</h1>
{{> loginButtons}}
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment