mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
13 lines
314 B
HTML
13 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head lang="en">
|
|
<meta charset="UTF-8">
|
|
<title>Space Invaders</title>
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
<script data-main="assets/javascript/main" src="assets/javascript/lib/require.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="game">
|
|
</div>
|
|
</body>
|
|
</html> |