[READ-ONLY] Mirror of https://github.com/danielroe/n3rdle. n3rdle.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

n3rdle / pages / index.vue
413 B 12 lines
1<template> 2 <section> 3 <h1>Welcome to n3rdle</h1> 4 <p> 5 This is a tiny, incomplete clone of 6 <a href="https://www.powerlanguage.co.uk/wordle/">Wordle</a> built in 7 <a href="https://v3.nuxtjs.org/">Nuxt 3</a> for a live-coding session at 8 <a href="https://vuejsnation.com/">Vue.js Nation</a>. 9 </p> 10 <NuxtLink to="/game" role="button">Play game</NuxtLink> 11 </section> 12</template>