Add viewport meta tag

This commit is contained in:
swag 2023-05-13 19:55:59 -04:00
parent 15baa4303a
commit 20f1df5282

View File

@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>Post::Text - <%= title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<%= asset 'main.css' %>
</head>
<body>