18 lines
478 B
HTML
18 lines
478 B
HTML
!<!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> |