refactor: 📱 Responsive modals and meta tags

This commit is contained in:
Juan Rodriguez
2021-06-15 06:51:19 -05:00
parent 06dfd59753
commit e9e7c22bfc
5 changed files with 24 additions and 18 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>App</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Url shortener</title>
<meta name="description" content="Tailwind + Stimulus + Rails 6 app">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>