odin-codespace/javascript/index.html

12 lines
278 B
HTML
Raw Permalink Normal View History

2023-09-19 12:35:49 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="script.js"></script>
2023-09-26 09:33:47 -04:00
<script src="tictactoe.js"></script>
2023-09-19 12:35:49 -04:00
</body>
</html>