chore: Adds title to demo (#29)

This commit is contained in:
Prince Wilson 2022-05-05 11:21:19 -04:00 committed by GitHub
parent 60cc9e7298
commit 2a4bc081b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,24 @@
<template>
<main>
<div class="intro">
<p>Hi 👋! This template gives you a <a href="https://nuxtjs.org/">Nuxt</a> app with the scaffolding for <a href="https://www.netlify.com/products/functions/">Netlify Functions</a>, <a href="https://www.netlify.com/products/forms/">Forms</a>, and <a href="https://docs.netlify.com/routing/redirects/">Redirects</a>. Our aim was to give you the code you would need to hit the ground running with a few fun features.</p>
<h1>Nuxt Toolbox</h1>
<p>
Hi 👋! This template gives you a
<a href="https://nuxtjs.org/">Nuxt</a> app with the scaffolding for
<a href="https://www.netlify.com/products/functions/"
>Netlify Functions</a
>, <a href="https://www.netlify.com/products/forms/">Forms</a>, and
<a href="https://docs.netlify.com/routing/redirects/">Redirects</a>. Our
aim was to give you the code you would need to hit the ground running
with a few fun features.
</p>
<p>You can find the code for this project on GitHub at <a href="https://github.com/netlify-templates/nuxt-toolbox">https://github.com/netlify-templates/nuxt-toolbox</a>! Happy coding!</p>
<p>
You can find the code for this project on GitHub at
<a href="https://github.com/netlify-templates/nuxt-toolbox"
>https://github.com/netlify-templates/nuxt-toolbox</a
>! Happy coding!
</p>
</div>
<FeedbackForm />
<JokeBlock />