trianta.dev/index.html
2023-02-14 14:01:07 -06:00

13 lines
364 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Gregory Crawford</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<button class="button" type="button" onclick="window.location.href='pong.html'">Start Game</button>
<script src = "scripts.js"></script>
</body>
</html>