OK, at this stage it's just an empty LuminusWeb project...
This commit is contained in:
commit
e455387f96
19 changed files with 547 additions and 0 deletions
14
resources/templates/home.html
Normal file
14
resources/templates/home.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{% extends "templates/base.html" %}
|
||||
{% block content %}
|
||||
<div class="jumbotron">
|
||||
<h1>Welcome to mw-ui</h1>
|
||||
<p>Time to start building your site!</p>
|
||||
<p><a class="btn btn-primary btn-lg" href="http://luminusweb.net">Learn more »</a></p>
|
||||
</div>
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="span8">
|
||||
{{content|safe}}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue