meta tags
This commit is contained in:
parent
50532e537a
commit
db32d3ea4f
@ -2,10 +2,24 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>tinyfor.ms - the no-code online form backend for Google Sheets and Airtable</title>
|
<title>tinyfor.ms — the no-code online form backend for Google Sheets and Airtable</title>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
<%= csp_meta_tag %>
|
<%= csp_meta_tag %>
|
||||||
|
|
||||||
|
<meta name="title" content="tinyfor.ms — online form backend" />
|
||||||
|
<meta name="description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.tinyfor.ms/">
|
||||||
|
<meta property="og:title" content="tinyfor.ms — online form backend" />
|
||||||
|
<meta property="og:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
|
||||||
|
<meta property="og:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
|
||||||
|
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:url" content="https://www.tinyfor.ms/">
|
||||||
|
<meta property="twitter:title" content="tinyfor.ms — online form backend" />
|
||||||
|
<meta property="twitter:description" content="The no-code online form backend for Google Sheets and Airtable. Get your form submissions directly in your favorite spreadsheet tool." />
|
||||||
|
<meta property="twitter:image" content="https://www.tinyfor.ms/screenshot-tinyforms.png">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
||||||
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||||
|
BIN
public/screenshot-tinyforms.png
Normal file
BIN
public/screenshot-tinyforms.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Loading…
x
Reference in New Issue
Block a user