diff options
Diffstat (limited to '_site')
-rw-r--r-- | _site/index.html | 14 | ||||
-rw-r--r-- | _site/rss.xml | 1 |
2 files changed, 15 insertions, 0 deletions
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> diff --git a/_site/rss.xml b/_site/rss.xml new file mode 100644 index 0000000..8b5013e --- /dev/null +++ b/_site/rss.xml @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>cobalt blog</title><link>http://localhost:3000</link><description>Blog Posts Go Here</description></channel></rss> |