feat(footer): add SiteFooter component

This commit is contained in:
Douglas Hall
2019-01-02 15:27:41 -05:00
parent abc3a38e77
commit c93ec1405c
25 changed files with 28409 additions and 1 deletions

11
public/index.html Executable file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en-us">
<head>
<title>Footer | edX</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="root"></div>
</body>
</html>