summaryrefslogtreecommitdiff
path: root/lib/lsg_web/templates/irc/index.html.eex
blob: 91873e63cd47c5a39ab4278690bba2e5d0c9c4d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<h1>bot `115ans</h1>

<p>
Si vous cherchez l'IRC c'est <a href="https://115ans.net/irc/">par </a>.
<br />
<a href="/irc/stats/">Statistiques</a>.
</p>


<style type="text/css">
.help-entry h1 {
  font-size: 18px;
}
.help-entry h2 {
  font-size: 16px;
}
</style>

<div class="irchelps">
  <%= for help <- @commands do %>
    <div class="help-entry"><%= help |> Earmark.as_html! |> raw() %></div>
  <% end %>
</div>

<p>
<small>
  source: <a href="https://git.yt/115ans/sys">git.yt/115ans/sys</a>
</small>
</p>