Sha256: ec85a652ecb6163f143df84e74ea64d31315f00734987304b45f183b91b8be09
Contents?: true
Size: 913 Bytes
Versions: 168
Compression:
Stored size: 913 Bytes
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> <%= 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
168 entries across 168 versions & 1 rubygems