Skip to content

Instantly share code, notes, and snippets.

@dixitayush5085
Created October 30, 2022 10:06
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/e67baad89ece491e2f66a09a8d2177a1 to your computer and use it in GitHub Desktop.
Save dixitayush5085/e67baad89ece491e2f66a09a8d2177a1 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Host App</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
This is My Host App.
<feedback-app></feedback-app>
</body>
<script src="/mfe.js"> </script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment