mirror of
https://github.com/osmarks/website
synced 2024-11-08 20:29:55 +00:00
12 lines
234 B
HTML
12 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>4D Tic-Tac-Toe</title>
|
|
<link rel="stylesheet" href="app.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html> |