trianta.dev/pong.html

13 lines
171 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pong Game</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/pong.css">
</head>
<body>
</body>
</html>