Skip to content

Commit bf613e3

Browse files
committed
Added open graph header support
1 parent 0946321 commit bf613e3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

demo/playground.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>GPU.JS - playground : GPU Accelerated JavaScript</title>
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="gpu.js - playground. Run and benchmark demos for gpu.js - is a single-file JavaScript library for GPGPU in the browser. gpu.js will automatically compile specially written JavaScript functions into shader language and run them on the GPU using the WebGL API. In the case where WebGL is not available, the functions will still run in regular JavaScript." />
8+
9+
<meta property="og:title" content="gpu.js - playground : GPU Accelerated JavaScript" />
10+
<meta property="og:type" content="website" />
11+
<meta property="og:url" content="http://gpu.rocks/" />
12+
<meta property="og:image" content="http://gpu.rocks/img/ogimage.png" />
13+
14+
<title>gpu.js - playground : GPU Accelerated JavaScript</title>
15+
<link rel="icon" href="img/jelly.png">
616

717
<!-- jquery + bootstrap -->
818
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>

0 commit comments

Comments
 (0)