Commit c568c5e4 authored by Administrator's avatar Administrator

[ERGO] Adding menu to graph-it.

parent 4f656079
{% extends "menu.html" %}
{% block css %}
<!-- {% load staticfiles %} -->
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}">
......@@ -9,8 +11,8 @@
{% block content %}
<div class="container theme-showcase" role="main">
<div class="jumbotron">
<h1>Gargantext</h1>
<p>A web platform to explore text-mining</p>
<h1>Exploration</h1>
<p>Compute your own histogram</p>
</div>
</div>
<div class="container visualization"></div>
......@@ -44,4 +46,4 @@
<script type="text/javascript" src="{% static "js/graph-it.js" %}"></script>
{% endblock %}
\ No newline at end of file
{% endblock %}
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