We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909b646 commit 7414c9aCopy full SHA for 7414c9a
app/routes/_index.tsx
@@ -13,7 +13,10 @@ export default function Index() {
13
<p>
14
This is a demo app to show off the features of Remix and teach them
15
through some videos we've published on{" "}
16
- <a href="#TODO" className="underline">
+ <a
17
+ href="https://www.youtube.com/watch?v=RTHzZVbTl6c&list=PLXoynULbYuED9b2k5LS44v9TQjfXifwNu&pp=gAQBiAQB"
18
+ className="underline"
19
+ >
20
YouTube
21
</a>
22
.
0 commit comments