Add server info to frontpage and some other stuff (favicon)

This commit is contained in:
floppydiskette 2024-08-13 05:14:45 +01:00
commit 85490073ee
No known key found for this signature in database
7 changed files with 66 additions and 7 deletions

View file

@ -3,6 +3,7 @@
<head>
<title>frzn.dev</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>