Loading embedded pages
Create the HTML page

Load the HTML page into the browser
Unexpected error with integration blueprintue-embed: Integration is not installed on this space

Last updated
<!DOCTYPE html>
<html lang="en">
<head>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-family: 'Roboto', sans-serif;
font-size: 4rem;
background: #ffffff;
}
</style>
</head>
<body>
Hello World!
</body>
</html>