Skip to content

Instantly share code, notes, and snippets.

@Kolesias123
Created February 3, 2013 01:16
Show Gist options
  • Save Kolesias123/4700065 to your computer and use it in GitHub Desktop.
Save Kolesias123/4700065 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="es">
<head>
<title>Inix Engine</title>
<meta charset="utf-8" />
<link href="./inix/css/init.css" rel="stylesheet" />
<script src="./inix/external/gl-matrix-min.js"></script>
<script src="./inix/three.min.js"></script>
<script src="./inix/init.js"></script>
</head>
<body>
<canvas id="inix">
</canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment