fix iframe attributes

This commit is contained in:
2024-05-23 12:03:29 +02:00
parent 0a7f2c8d3c
commit 87f144ed0d

View File

@ -76,10 +76,10 @@ export default async function Page() {
<iframe
loading="lazy"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3997.986159638909!2d10.708115532212085!3d59.932257000000334!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46416ddb5278789f%3A0xadda2b97f9d1cad6!2sChateau+Neuf+-+The+Norwegian+Students'+Society!5e0!3m2!1sen!2sno!4v1554374857442!5m2!1sen!2sno"
allowfullscreen="allowfullscreen"
allowFullScreen
width="600"
height="450"
frameborder="0"
frameBorder="0"
></iframe>
</div>
</div>