Skip to content

Instantly share code, notes, and snippets.

@aaronmaldonado-dev
Last active February 11, 2020 18:18
Show Gist options
  • Save aaronmaldonado-dev/845950e3b8e17918c10fdf81355b93b9 to your computer and use it in GitHub Desktop.
Save aaronmaldonado-dev/845950e3b8e17918c10fdf81355b93b9 to your computer and use it in GitHub Desktop.
Sekam Dex, WebGL tutorial - Step No. 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>WEBGL - 06</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<style>
#gl {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
</style>
</head>
<body>
<div id="gl"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment