tetris/public_html/index.html
supercodeur 8a5ba1c541
All checks were successful
continuous-integration/drone Build is passing
[feat] Initial commit
2025-06-29 20:05:44 +02:00

9 lines
116 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>tetris</title>
</head>
<body>
<script src="main.js"></script>
</body>
</html>