summaryrefslogtreecommitdiff
path: root/lib/web/templates/page/irc.html.eex
blob: f6598ee2c6a26e75116e700163dc3e949e6d2d9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>bot `115ans</h1>

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

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

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