Loading embedded pages
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
<!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>