apigee / terraform-modules

Terraform modules and ready to use end-to-end examples for Apigee.
Apache License 2.0
52 stars 56 forks source link

<!DOCTYPE html> <html> <head> <title>My Website</title> </head> <body> <h1>My Website</h1> <script> (async function() { const bard = await fetch('https://bard.ai/api/v1/embed').then(response => response.json()); bard.render(document.getElementById('bard-container')); })(); </script> <div id="bard-container"></div> </body> </html> #136

Closed Satste1977 closed 10 months ago