Skip to content

Instantly share code, notes, and snippets.

@dixitayush5085
Created October 27, 2022 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dixitayush5085/e9c15e2cfdf5efa0dd0d41e77e3b786c to your computer and use it in GitHub Desktop.
Save dixitayush5085/e9c15e2cfdf5efa0dd0d41e77e3b786c to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MyFirstMicrofrontendApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<!-- <app-root></app-root> -->
<feedback-app></feedback-app>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment