mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
486 B
HTML
15 lines
486 B
HTML
<head>
|
|
<title>app-config</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Welcome to Meteor!</h1>
|
|
<h2>Learn Meteor!</h2>
|
|
<ul id="meteor-reading-list">
|
|
<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>
|