Culture: Difference between revisions
From Anarchy In Action
D A Earwig (talk | contribs) (D A Earwig changed the content model of the page Culture from "wikitext" to "JavaScript") Tag: content model change |
D A Earwig (talk | contribs) m (test jscript iframe) |
||
Line 2: | Line 2: | ||
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"> | |||
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> |
Revision as of 14:21, 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>