From 696083f60c2048f3e63334fa167c0589da1fa989 Mon Sep 17 00:00:00 2001 From: camblackburn <camron.blackburn@cba.mit.edu> Date: Thu, 10 Sep 2020 15:19:04 -0400 Subject: [PATCH] make main directory page --- index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b282e2 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <title>making a website</title> + </head> + <body> + + motivating philosophy for git + <br><br> + as told by building a website from scratch + <br><br> + main recitation + page <a href="http://fab.cba.mit.edu/classes/863.20/doc/git_recitation/index.html">here</a> + + <br><br> + <h2><a href="./simple/index.html">simple HTML</a></h2> + <h2><a href="./fancy/index.html"> HTML with CSS</a></h2> + <h2><a href="./fancier/index.html"> HTML and CSS and JS</a></h2> + + </body> +</html> -- GitLab