trianta.dev/pong.html

13 lines
171 B
HTML
Raw Normal View History

2023-01-26 15:53:19 -06:00
<!DOCTYPE html>
<html>
2023-01-26 21:05:55 -06:00
2023-01-26 15:53:19 -06:00
<head>
<title>Pong Game</title>
2023-01-26 21:05:55 -06:00
<meta charset="UTF-8">
<link rel="stylesheet" href="css/pong.css">
2023-01-26 15:53:19 -06:00
</head>
<body>
</body>
2023-01-26 21:05:55 -06:00
2023-01-26 15:53:19 -06:00
</html>