1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-21 18:01:36 +03:00
Ghost/ghost/admin/app/templates/setup/one.hbs

13 lines
468 B
Handlebars
Raw Normal View History

<header>
<h1>Welcome to <strong>Ghost</strong>!</h1>
<p>All over the world, people have started <em>2,000,000+</em> incredible sites with Ghost. Today, were starting yours.</p>
</header>
<figure class="gh-flow-screenshot">
<img src="assets/img/install-welcome.png" alt="Ghost screenshot" />
</figure>
<LinkTo @route="setup.two" class="gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right">
<span>Create your account &rarr;</span>
</LinkTo>