trianta.dev/index.html

13 lines
364 B
HTML
Raw Normal View History

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