<!DOCTYPE html>
<title>OpenSCD Core Embedding Demo</title>
<iframe src="./index.html?locale=de&dark"></iframe>
<style>
iframe {
width:50vw;
height: 50vh;
position: relative;
top: 25vh;
left: 25vw;
border: none;
}
body {
background-color: darkseagreen;
}
</style>