Files
meteor/tools/tests/apps/git-commit-hash/client/main.html
2019-02-04 14:22:29 -05:00

22 lines
646 B
HTML

<head>
<title>Minimal Meteor app</title>
</head>
<body>
<h1>Minimal Meteor app</h1>
<p>
This Meteor app uses as few Meteor packages as possible, to keep the
client JavaScript bundle as small as possible.
</p>
<em id="server-render-target"></em>
<h2>Learn Meteor!</h2>
<ul>
<li><a href="https://www.meteor.com/try" target="_blank">Do the Tutorial</a></li>
<li><a href="http://guide.meteor.com" target="_blank">Follow the Guide</a></li>
<li><a href="https://docs.meteor.com" target="_blank">Read the Docs</a></li>
<li><a href="https://forums.meteor.com" target="_blank">Discussions</a></li>
</ul>
</body>