Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BerndWessels/ac879571717bed3782978b597bae266c to your computer and use it in GitHub Desktop.
Save BerndWessels/ac879571717bed3782978b597bae266c to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script>
function init() {
document.getElementById("abc").api = ...;
}
</script>
</head>
<body onload="init()">
<business-solution-employee-search-form id="abc"></business-solution-employee-search-form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment