mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-21 02:39:00 -05:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
<% message = HTML.escape(env.response.status.description || "Unknown error") %>
|
|
|
|
|
|
<% content_for "header" do %>
|
|
<title><%= message %> - Invidious</title>
|
|
<% end %>
|
|
|
|
<div class="h-box center-hv">
|
|
<div><p class="error-code"><%= env.response.status.code %></p></div>
|
|
<div><p class="error-message"><%= message %></p></div>
|
|
</div>
|