mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
24 lines
738 B
HTML
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>
|