Culture: Difference between revisions

From Anarchy In Action
m (test jscript iframe)
No edit summary
Line 1: Line 1:
Align to the culture; Feed it and from it
// Align to the culture; Feed it and from it


The starting point was long ago; Jump right in where you feel comfortable
// The starting point was long ago; Jump right in where you feel comfortable


<script type="text/javascript">
<script type="text/javascript">

Revision as of 14:22, 18 March 2024

// Align to the culture; Feed it and from it

// The starting point was long ago; Jump right in where you feel comfortable

<script type="text/javascript">
    function prepareFrame() {
        var ifrm = document.createElement("iframe");
        ifrm.setAttribute("src", "https://github.com/AnarchyInAction/TheGoldenPath/blob/main/Data/FoodAgricultureWater");
        ifrm.style.width = "640px";
        ifrm.style.height = "480px";
        document.body.appendChild(ifrm);
    }
</script>