Initial github pages commit

This commit is contained in:
Emily Eisenberg 2014-09-10 13:22:30 -07:00
commit eef846ce94
3 changed files with 14 additions and 0 deletions

4
.arcconfig Normal file
View File

@ -0,0 +1,4 @@
{
"project_id": "KaTeX",
"conduit_uri": "http://phabricator.khanacademy.org/"
}

0
.gitignore vendored Normal file
View File

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello, world!</title>
</head>
<body>
Github pages testing.
</body>
</html>