15 lines
504 B
HTML
Executable File
15 lines
504 B
HTML
Executable File
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<title>Learner Profile | edX</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|