• Sign in

webgl / webgl_tutorials · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • tutorials
  • index.html
  • initial checkin
    890d2796
    Georg Hopp authored
    2016-03-28 23:00:56 +0200  
    Browse Files »
index.html 299 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<html>
	<head>
		<title> Oh my Gosh </title>
	</head>

	<body>
		<h1>Some WebGL tests</h1>
		<hr>
		<ul>
			<li><a href="square.html">square</a></li>
			<li><a href="cube.html">cube</a></li>
			<li><a href="texture.html">texture</a></li>
		</ul>
		<hr>
	</body>
</html>
<!-- vim: set ts=4 sw=4: -->