Commit c568c5e4 authored by Administrator's avatar Administrator

[ERGO] Adding menu to graph-it.

parent 4f656079
{% extends "menu.html" %}
{% block css %} {% block css %}
<!-- {% load staticfiles %} --> <!-- {% load staticfiles %} -->
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}"> <link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
...@@ -9,8 +11,8 @@ ...@@ -9,8 +11,8 @@
{% block content %} {% block content %}
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<h1>Gargantext</h1> <h1>Exploration</h1>
<p>A web platform to explore text-mining</p> <p>Compute your own histogram</p>
</div> </div>
</div> </div>
<div class="container visualization"></div> <div class="container visualization"></div>
...@@ -44,4 +46,4 @@ ...@@ -44,4 +46,4 @@
<script type="text/javascript" src="{% static "js/graph-it.js" %}"></script> <script type="text/javascript" src="{% static "js/graph-it.js" %}"></script>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment