2018-01-07 17:40:03 +00:00
|
|
|
<% content_for "header" do %>
|
2018-01-21 17:07:02 +00:00
|
|
|
<title><%= "Error" %> - Invidious</title>
|
2018-01-07 17:40:03 +00:00
|
|
|
<% end %>
|
2018-01-21 17:07:02 +00:00
|
|
|
|
2018-08-05 23:03:38 +00:00
|
|
|
<div class="h-box">
|
2019-05-02 01:03:39 +00:00
|
|
|
<%= error_message %>
|
2021-05-16 05:01:46 +00:00
|
|
|
<%= next_steps %>
|
2018-08-17 16:04:38 +00:00
|
|
|
</div>
|