Files
meteor/docs/client/splash.html
2012-02-02 17:20:07 -08:00

24 lines
738 B
HTML

<template name="splash">
<div id="splash_outer">
<div class="mask"></div>
<div class="dialog_wrapper">
<div class="dialog">
<h1>Meteor: Prerelease</h1>
<p><span class="hello">Hello friend!</span> You have been given access to an <em>early, private
preview</em> of Meteor.</p>
<ul>
<li><em>It's secret.</em> Please don't share the URL or blog
about it.</li>
<li>We are pushing new stuff constantly. Expect rapid change
and frequent API breakage.</li>
<li><code>meteor deploy</code> servers are not yet stable.</li>
</ul>
<div class="submit">Got it. Let's get started!</div>
</div>
</div>
</div>
</template>