2022-12-04 20:26:31 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-12-04 20:33:38 +00:00
|
|
|
<meta charset="utf-8" />
|
2022-12-04 20:26:31 +00:00
|
|
|
<title>Connect Four</title>
|
2022-12-04 20:33:38 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="./styles/style.css">
|
|
|
|
<script src="./js/main.js"></script>
|
2022-12-04 20:26:31 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-12-04 20:33:38 +00:00
|
|
|
<h1>Welcome to ConnectForce</h1>
|
2022-12-04 20:26:31 +00:00
|
|
|
</body>
|
|
|
|
</html>
|