Sha256: 76bc24247989802bde71290001f95ddcf8522fb073c73100ff3331675c24463a

Contents?: true

Size: 1.09 KB

Versions: 19

Compression:

Stored size: 1.09 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Welcome to AlchemyCMS</title>
    <link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <%= stylesheet_link_tag "alchemy/welcome", media: "all" %>
  </head>
  <body>
    <div class="container">
      <%= image_tag 'alchemy/alchemy-logo.svg' %>
      <h3>You have successfully installed AlchemyCMS!</h3>
      <p>
        Thank you for using Alchemy. We hope you enjoy using it as much as we do.
      </p>
      <p>
        The first thing you probably want to do before creating your first page:
      </p>
      <ul>
        <li><%= link_to 'Create your first admin user', Alchemy.signup_path %></li>
        <li><%= link_to 'Read the guidelines', 'http://guides.alchemy-cms.com/stable', target: '_blank' %></li>
      </ul>
    </div>
  </body>
</html>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.7 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.6 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.5 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.4 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.3 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.5 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.2 app/views/alchemy/welcome.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.1 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.4 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.0 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.3 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.2 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.0.rc2 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.0.rc1 app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.1 app/views/alchemy/welcome.html.erb
alchemy_cms-4.0.0.beta app/views/alchemy/welcome.html.erb
alchemy_cms-3.6.0 app/views/alchemy/welcome.html.erb