<!DOCTYPE html>
<html>
<body>
  <h3>Can add a content on the website by using <b>Embed tag</b>.</h3>
  
<embed
 type="text/html"
 src="https://cylinder.archisketch.com/?id=494E996610D342DF"
 width=100%
 height=500
 >
    
</body>
</html>
body{
  background: #499fb6;
  padding: 32px;
  text-align: center;
}

h3{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

embed{
  border-radius: 16px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.