mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
48 lines
2.0 KiB
HTML
48 lines
2.0 KiB
HTML
<!doctype html>
|
||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
||
<!--[if (gte IE 9)| IEMobile |!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
<title>Ghost Admin</title>
|
||
<meta name="HandheldFriendly" content="True" />
|
||
<meta name="MobileOptimized" content="320" />
|
||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1, minimal-ui" />
|
||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700" />
|
||
<link rel="stylesheet" href="file:///Users/John/Sites/Ghost/core/built/assets/vendor.css" />
|
||
<link rel="stylesheet" href="file:///Users/John/Sites/Ghost/core/built/assets/ghost.css" />
|
||
</head>
|
||
<body>
|
||
|
||
|
||
<div class="gh-flow">
|
||
<header class="gh-flow-head">
|
||
<nav class="gh-flow-nav">
|
||
<ol>
|
||
<li class="current"><a class="step" href="#"><i class="icon-check"></i><span class="num">1</span></a></li>
|
||
<li class="divider"></li>
|
||
<li><a class="step" href="#"><i class="icon-check"></i><span class="num">2</span></a></li>
|
||
<li class="divider"></li>
|
||
<li><a class="step" href="#"><i class="icon-check"></i><span class="num">3</span></a></li>
|
||
</ol>
|
||
</nav>
|
||
</header>
|
||
|
||
<div class="gh-flow-content-wrap">
|
||
<section class="gh-flow-content">
|
||
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>So far there have been <em>542,952</em> Ghost blogs made by people all over the world. Today we’re making yours.</p>
|
||
</header>
|
||
|
||
<img class="gh-flow-screenshot" src="file:///Users/John/Sites/Ghost/core/shared/img/install-welcome.png" alt="Ghost screenshot" />
|
||
|
||
<a class="btn btn-green btn-lg" href="#">Create your account <i class="icon-chevron"></i></a>
|
||
</section>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</body>
|
||
</html>
|