blob: a221023e3374ceefdd4453d0fcebe6eba9a07f09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en" style="width:100%;height:100%;margin:0;padding:0">
<head>
<title>Pong</title>
<link rel="icon" href="/static/games/pong/icon.webp">
<script defer src="/static/games/pong/pong.js"></script>
</head>
<body style="width:100%;height:100%;margin:0;padding:0">
<canvas id="pong" style="display:block;margin:0;padding:0"></canvas>
</body>
</html>
|