blob: 4595cb7d355dc4c650c6e81e5164da85dc0e463c [file] [log] [blame]
Rushabh Mehtaacd33672013-08-26 16:17:50 +05301<div class="container">
2 <div class="row" style="margin-top: 100px;">
3 <div class="col-sm-offset-3 col-sm-6">
4 <div class="panel panel-default">
5 <div class="panel-heading">
6 Start ERPNext Demo
7 </div>
8 <div class="panel-body">
9 <p>
10 <input id="lead-email" type="email"
Rushabh Mehta010de372013-08-29 22:28:58 +053011 class="form-control" placeholder="Your Email Id (optional)">
Rushabh Mehtaacd33672013-08-26 16:17:50 +053012 </p>
13 <p>
14 <button type="submit" id="login_btn"
15 class="btn btn-primary btn-large">Launch Demo</button>
16 </p>
17 <hr>
18 <p class="text-muted small">Some functionality is disabled for the demo app. The demo data will be cleared regulary. To start your own ERPNext Trial, <a href="https://erpnext.com/pricing-and-signup">click here</a></p>
19 </div>
20 </div>
21 </div>
22 </div>
23 <div class="row">
24 </div>
25</div>