unfortunately this is the change to the new zola based website

This commit is contained in:
Chris Cochrun 2025-04-13 14:33:35 -05:00
parent 308c4fb9c5
commit fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions

View file

@ -0,0 +1,22 @@
<style>
#v-frame {
background-color: #1e293b;
}
</style>
<iframe class="h-screen" id="v-frame" width="100%" frameborder="0" allow="clipboard-write" src=https://secure.myvanco.com/L-Z772 scrolling="yes"></iframe>
<!-- <script type="application/javascript"> -->
<!-- window.onmessage=(e=>{const n=document.getElementById("v-frame");https:\/\/secure.myvanco.com===e.origin&&e.data.height&&(n.height=e.data.height,n.overflow="hidden")}); -->
<!-- </script> -->
<!-- <script type="application/javascript"> -->
<!-- var x = document.getElementById("v-frame"); -->
<!-- console.log("AHHHHHHHHHHHHHH!"); -->
<!-- var y = (x.contentWindow || x.contentDocument); -->
<!-- if (y.document) -->
<!-- y = y.document; -->
<!-- console.log(y.body.style.backgroundColor); -->
<!-- y.body.style.backgroundColor = "#1e293b"; -->
<!-- console.log(y.body.root.style.backgroundColor); -->
<!-- </script> -->