Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
|
@@ -124,5 +124,9 @@
|
|
| 124 |
};
|
| 125 |
document.body.appendChild(script);
|
| 126 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
</body>
|
| 128 |
</html>
|
|
|
|
| 124 |
};
|
| 125 |
document.body.appendChild(script);
|
| 126 |
</script>
|
| 127 |
+
<div>
|
| 128 |
+
<h1>Want to learn how this game was created?</h1>
|
| 129 |
+
<a href "https://substack.recursal.ai/p/featherless-feud-a-dip-into-llm-powered"> Game Creation Blog </a>
|
| 130 |
+
</div>
|
| 131 |
</body>
|
| 132 |
</html>
|