sheercms
Version:
Sheer Cliff CMS is a simple and powerful content management system (CMS) for Node JS.
14 lines (10 loc) • 543 B
HTML
<div class="step-complete">
<h3>Installation Complete</h3>
<p>Congratulations! You've completed the Sheer Cliff installation. You can now begin building an amazing website!</p>
<div class="wizard-buttons">
<button type="button" class="btn btn-primary btn-lg" ng-click="gotoLogin()">Log into the CMS</button>
</div>
<div class="message-container" ng-if="data.message != null && data.message.length > 0">
<div class="alert {{data.messageType}} max-width-medium">{{data.message}}</div>
</div>
</div>