From e8ab11225a306225d2be16c4464e68a4ad464918 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" <atc@53hor.net> Date: Tue, 2 Jun 2020 21:54:44 -0400 Subject: basic cobalt layout --- _site/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _site/index.html (limited to '_site/index.html') diff --git a/_site/index.html b/_site/index.html new file mode 100644 index 0000000..2ae97ae --- /dev/null +++ b/_site/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>Welcome - Carpenter Tutoring</title> + </head> + <body> + <div> + <h2>Welcome - Carpenter Tutoring</h2> + <h2>Blog!</h2> + + </div> + </body> +</html> -- cgit v1.2.3