From eef846ce94e393e4dbf72a421012fc83fbb59d66 Mon Sep 17 00:00:00 2001 From: Emily Eisenberg Date: Wed, 10 Sep 2014 13:22:30 -0700 Subject: [PATCH] Initial github pages commit --- .arcconfig | 4 ++++ .gitignore | 0 index.html | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 .arcconfig create mode 100644 .gitignore create mode 100644 index.html diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 000000000..5ec76cbe5 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "project_id": "KaTeX", + "conduit_uri": "http://phabricator.khanacademy.org/" +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/index.html b/index.html new file mode 100644 index 000000000..1c7f19785 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + Hello, world! + + + Github pages testing. + + +