Add <meta/> tag for testing example on mobile devices.

This commit is contained in:
Don McCurdy 2018-01-20 21:09:05 -08:00
parent e2d9550595
commit f7101a76f3

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head> </head>
<body> <body>
<script type="text/javascript" src="build/dat.gui.js"></script> <script type="text/javascript" src="build/dat.gui.js"></script>
@ -59,4 +60,4 @@
</script> </script>
</body> </body>
</html> </html>