Oh no! Problem!
<%= @conn.status %> • <%= Plug.Conn.Status.reason_phrase(@conn.status) %>
[
<%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %>
what's it mean? · MDN
<%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %>
<% end %>
]
<%= link to: Routes.home_path(@conn, :index), class: "border-0 text-light text-center mb-3", title: "Home" do %>
Click home to get back to safety!
<%= icon_div @conn, "mdi-home", [class: "icon"], [ style: "width: 100px; height: 100px;"] %> <% end %>(Unicorn image Creative Commons 4.0 BY-NC via pngimg.com)