Added some verbage

This commit is contained in:
Russell R. 2021-07-23 15:28:37 -04:00
parent 0ffb541be4
commit 68f6eeaf46
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ $game = $games[array_rand($games)];
</head>
<body id="top">
<main>
<h1>The Coin Slot - Pinball Table Picker</h1>
<h1>The Coin Slot - Pinball Picker</h1>
<p>reload the page to pick a table</p>
<ul>
@ -23,6 +23,7 @@ $game = $games[array_rand($games)];
<?php }
} ?>
</ul>
<p>created by Ben H. Modified by Russ R.</p>
</main>
</body>