astm-member-app-my-account-header
Version:
The component is to show My Account Header Menu options when user logged in member app.
18 lines (15 loc) • 507 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="ASTM International Member's My Account Header" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>ASTM My Account Header</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>