<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Embed Map</title>
    <style>
        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
        }
        #map_frame {
            width: 100%;
            height: 100%;
            border: 0;
        }
    </style>
</head>
<body>
   <iframe id="map_frame" src="https://map.concept3d.com/?id=1216" title="Concept3D University Map" scrolling="no" allow="geolocation; accelerometer; gyroscope"></iframe>
</body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.