Culture

From Anarchy In Action
Revision as of 14:22, 18 March 2024 by D A Earwig (talk | contribs)
// 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>