mirror of
https://github.com/wassname/flask-bootstrap.git
synced 2026-06-27 16:10:14 +08:00
Changed welcome message on index.html
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="hero-unit">
|
||||
<h1>Welcome to appname!</h1>
|
||||
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
|
||||
<h1>Welcome to Flask-Bootstrap!</h1>
|
||||
<p>This is Bootstrap's template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique. Note that the "Login" option above should be operational if you have installed all the dependencies specified in requirements.txt and configured your Postgres database in app.cfg.</p>
|
||||
<p><a class="btn btn-primary btn-large">Learn more »</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user