invidious-mod-JP/src/invidious/views/error.ecr

9 lines
157 B
Plaintext
Raw Normal View History

2018-01-07 17:40:03 +00:00
<% content_for "header" do %>
<title><%= "Error" %> - Invidious</title>
2018-01-07 17:40:03 +00:00
<% end %>
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>