mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-22 10:58:50 +00:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
<% content_for "header" do %>
|
|
<title><%= "Error" %> - Invidious</title>
|
|
<% end %>
|
|
|
|
<div class="h-box">
|
|
<%= error_message %>
|
|
<%= next_steps %>
|
|
</div>
|