Files
frontend-app-authoring/public/index.html
2021-03-10 11:36:09 -05:00

13 lines
351 B
HTML

<!doctype html>
<html lang="en-us">
<head>
<title>Course Authoring | edX</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="<%= process.env.FAVICON_URL %>" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
</body>
</html>