about summary refs log tree commit diff
path: root/learn/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'learn/index.html')
-rw-r--r--learn/index.html12
1 files changed, 12 insertions, 0 deletions
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>