game1 / index.html
JAYASWAROOP's picture
Update index.html
bcb2284
raw
history blame contribute delete
253 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Game</title>
<link rel="stylesheet" href="style.css" />
<script src="game.js"></script>
</head>
<body>
</body>
</html>