Skip to content

Instantly share code, notes, and snippets.

View harshul21's full-sized avatar
🏠
Exploring

harshulgarg harshul21

🏠
Exploring
View GitHub Profile
@harshul21
harshul21 / index.html
Created January 25, 2022 05:00
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>
@harshul21
harshul21 / index.html
Created January 25, 2022 04:59
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>