openstreetmap-website/app/views/layouts/error.html.erb
Hidde Wieringa 18628b6f38
OSM icon to SVG
whitespace

Revert og:image tags

Add original design OSM logo in assets/

Update _header.html.erb
2024-06-21 20:22:05 +02:00

17 lines
460 B
Text

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>OpenStreetMap</title>
<%= stylesheet_link_tag "errors", :media => "screen" %>
<%= render :partial => "layouts/meta" %>
</head>
<body>
<a href="<%= root_path %>">
<%= image_tag "osm_logo.svg", :alt => t("layouts.logo.alt_text"), :class => "logo" %>
</a>
<div class="details">
<%= yield %>
</div>
</body>
</html>