bugfix entities gridrow, grid && improve graph design on homepage
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
{% extends "::base.html.twig" %}
|
||||
|
||||
{% block body %}
|
||||
Bazmeg index.
|
||||
{% block header %}
|
||||
<h1>MineSeeker</h1>
|
||||
<h3>version 1.0a</h3>
|
||||
<a href="{{ path('MineSeekerBundle_gamePlay') }}">Play now</a>
|
||||
<img src="{{ asset('bundles/mineseeker/images/homepage/mineseeker.png') }}" alt="" border="0">
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
The site is under construction
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
{% stylesheets filter='cssrewrite'
|
||||
'@MineSeekerBundle/Resources/public/css/style.homepage.css' %}
|
||||
<link rel="stylesheet" media="screen" href="{{ asset_url }}" type="text/css"/>
|
||||
{% endstylesheets %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user