Sha256: 953ee25d27b59054a90fd010436077d17e4075239cd6fc97afee91cfe2fde453
Contents?: true
Size: 934 Bytes
Versions: 3
Compression:
Stored size: 934 Bytes
Contents
<html> <head> <title>WebGL is not supported!</title> </head> <body> <h1>Uh-oh!</h1> <p> Unfortunately, WebGL appears to be unavailable! Please verify that you have the latest release of a WebGL-compatible browser such as <a href="http://www.firefox.com">FireFox</a> or <a href="http://chrome.google.com">Chrome</a>. </p> <p> If you are certain you already have a WebGL-compatible browser, please verify that WebGL is enabled and supported by your system. You could also try upgrading to your graphics drivers to the latest version. </p> <h2>Your Browser Information</h2> <script type="text/javascript"> var fields = ['appCodeName', 'appName', 'appVersion', 'cookieEnabled', 'platform', 'userAgent']; for (var i = 0; i < fields.length; i++) document.writeln("<p>"+fields[i]+": "+navigator[fields[i]]+"</p>"); </script> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems