first commit

This commit is contained in:
2026-04-13 07:15:44 +00:00
parent ad29150770
commit 97a4e3af52
239 changed files with 6671 additions and 91 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
<iframe
id="street_view"
title="Street View"
width="500px"
height="500px"
style="border: 0"
allowfullscreengit
src="https://www.google.com/maps/embed/v1/streetview?key=
&location=47.2740517,-2.2116541
&heading=10
&pitch=10
&fov=70"
>
</iframe>

View File

@@ -0,0 +1,6 @@
#dom-node {
background-color: white;
color: black;
width: 500px;
height: 500px;
}