Skip to content

Instantly share code, notes, and snippets.

View stritti's full-sized avatar
👨‍🏫

Stephan Strittmatter stritti

👨‍🏫
View GitHub Profile
@stritti
stritti / tic-tac-toe.html
Last active February 3, 2017 16:17
Body
...
<body>
<h1>The</h1>
<h2>Very Basic</h2>
<h3>Tic-Tac-Toe</h3>
</body>
...
@stritti
stritti / tictactoe.html
Created February 3, 2017 13:27
Initial structure of HTML
<!doctype html>
<html>
<head>
</head>
<body>
</body>
</html>