42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>tinyfor.ms - the no-code online form backend for Google Sheets and Airtable</title>
|
|
<%= csrf_meta_tags %>
|
|
<%= csp_meta_tag %>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
|
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
|
</head>
|
|
|
|
<body class="has-text-centered-mobile">
|
|
|
|
<%= render 'layouts/header' %>
|
|
<main class="section">
|
|
<%= yield %>
|
|
</main>
|
|
|
|
|
|
<section id="footer" class="section has-blue-bg">
|
|
<div class="container has-text-centered">
|
|
<a href="" class="is-size-4 social-link">
|
|
<i class="fab fa-twitter"></i>
|
|
</a>
|
|
<a href="" class="is-size-4 social-link">
|
|
<i class="fab fa-github"></i>
|
|
</a>
|
|
<a href="" class="is-size-4 social-link">
|
|
<i class="fab fa-dev"></i>
|
|
</a>
|
|
<p class="has-text-white is-size-7">
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|