BREAKING CHANGE: This footer now serves as the Open edX footer. For the edX footer see edx/frontend-component-footer-edx on github
12 lines
252 B
HTML
Executable File
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>
|