diff options
-rw-r--r-- | learn/README.md | 4 | ||||
-rw-r--r-- | learn/index.html | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/learn/README.md b/learn/README.md new file mode 100644 index 000000000000..8f6f19ed5c50 --- /dev/null +++ b/learn/README.md @@ -0,0 +1,4 @@ +# Learn + +Hosting the content for my website `learn.wpcarro.dev`, where I advertise +teaching others how to program. diff --git a/learn/index.html b/learn/index.html new file mode 100644 index 000000000000..c0ee6fd02641 --- /dev/null +++ b/learn/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="description" content="Learn to program" /> + <title>Learn to program</title> + </head> + <body> + <h1>Interested in learning how to program?</h1> + </body> +</html> |