05/18/2026 Catchup - linksync project work and TicTacToe evaluations on different coding LLMs with OpenCode.
This commit is contained in:
18
TicTacToe-Compare/cogito-14b/index.html
Normal file
18
TicTacToe-Compare/cogito-14b/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
!<!DOCTYPE html>>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Modern Tic-Tac-Toe</title>
|
||||
<link rel = "stylesheet" href = "styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main class="game-container">
|
||||
<!-- Displays coin flip banner -->
|
||||
|
||||
<header>
|
||||
<h1 id="banner">Coin Flip...</div></h1>
|
||||
</header>
|
||||
<table id="board" class="ttt-game-board">
|
||||
<tr>
|
||||
<col><button id='cell-0' data-square-index='0'>\<button></col>
|
||||
<col><button>...</button></div></td>
|
||||
</table>
|
||||
Reference in New Issue
Block a user