1+ {% extends "layout.html" %}
2+ {% set active_page = "index" %}
3+ {% block title %}Commands - {{ super() }}{% endblock %}
4+ {% block content %}
5+ < div class ="row ">
6+ < div class ="col-lg-8 ">
7+
8+ < div class ="page-header ">
9+ < h4 id ="container "> Bot Statistics</ h4 >
10+ </ div >
11+
12+ < p class ="lead "> This page is barely finished. But the bot, uh, works!</ p >
13+
14+
15+ </ div >
16+ < div class ="col-lg-4 ">
17+ < div style ="margin-top: 46px; ">
18+ < h4 id ="container " style ="margin-bottom: 0px; "> Current Channels</ h4 >
19+ </ div >
20+ < ul class ="nav nav-tabs ">
21+ < li class ="active "> < a href ="#home " data-toggle ="tab " aria-expanded ="true "> esper</ a > </ li >
22+ < li class =""> < a href ="#profile " data-toggle ="tab " aria-expanded ="false "> freenode</ a > </ li >
23+ </ ul >
24+ < div id ="myTabContent " class ="tab-content ">
25+ < div class ="tab-pane fade active in " id ="home ">
26+ < p > Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua,
27+ retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica.
28+ Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure
29+ terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan
30+ american apparel, butcher voluptate nisi qui.</ p >
31+ </ div >
32+ < div class ="tab-pane fade " id ="profile ">
33+ < p > Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid.
34+ Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four
35+ loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk
36+ aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore
37+ aesthetic magna delectus mollit.</ p >
38+ </ div >
39+ </ div >
40+ </ div >
41+ </ div >
42+ {% endblock %}
0 commit comments