Files
frontend-component-footer/public/index.html
Adam Butterworth 4a820357ee feat: make this the open edx footer
BREAKING CHANGE: This footer now serves as the Open edX footer. For the edX footer see edx/frontend-component-footer-edx on github
2019-09-27 10:19:34 -04:00

12 lines
252 B
HTML
Executable File

<!doctype html>
<html lang="en-us" dir="ltr">
<head>
<title>Footer</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="root"></div>
</body>
</html>