Darok commited on
Commit
ac5188f
1 Parent(s): ac2b9a8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -126,11 +126,11 @@
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
- <p><h2><a href "https://substack.recursal.ai/p/featherless-feud-a-dip-into-llm-powered"> Game Creation Blog </a></h2></p>
134
  </div>
135
  </body>
136
  </html>
 
126
  </script>
127
  <style>
128
  h1 {text-align: center;}
129
+ h2 {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>