13 lines
364 B
HTML
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>
|