working.html 245 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "!layout.html" %}

{% set title = "Welcome To Neural Network Intelligence !!!"%}

{% block document %}

<h2>Working</h2>
<div class="details-container">
    <img src="../_static/img/Working.png" alt="Working" />
</div>

{% endblock %}