Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
@@ -124,9 +124,13 @@
|
|
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>
|
|
|
124 |
};
|
125 |
document.body.appendChild(script);
|
126 |
</script>
|
127 |
+
<style>
|
128 |
+
h1 {text-align: center;}
|
129 |
+
p {text-align: center;}
|
130 |
+
</style>
|
131 |
<div>
|
132 |
<h1>Want to learn how this game was created?</h1>
|
133 |
+
<h2><a href "https://substack.recursal.ai/p/featherless-feud-a-dip-into-llm-powered"> Game Creation Blog </a></h2>
|
134 |
</div>
|
135 |
</body>
|
136 |
</html>
|