diff options
-rw-r--r-- | learn/static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/learn/static/index.html b/learn/static/index.html index f88b49e43101..fcea4b7e69f8 100644 --- a/learn/static/index.html +++ b/learn/static/index.html @@ -3,9 +3,9 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="description" content="Learn to program" /> + <meta name="description" content="Learn to code" /> <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> - <title>Learn to program</title> + <title>Learn to code</title> </head> <body class="font-serif container max-w-2xl mx-auto px-8"> <h1 class="text-5xl text-center my-4">I can teach you to code.</h1> |