/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
tools/tests/apps/git-commit-hash/client/main.html
21 строка
646 B
Ben Newman
Address review feedback from @glasser.
04 фев 2019, 22:22
Не верифицирован
04 фев 2019, 22:22
a962419
Код
Авторство
О чём код?
<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>