-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (19 loc) · 766 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (19 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>wireguy</title>
<!-- GlslCanvas -->
<script type="text/javascript" src="https://rawgit.com/patriciogonzalezvivo/glslCanvas/master/dist/GlslCanvas.js"></script>
<!-- GlslEditor -->
<link type="text/css" rel="stylesheet" href="https://thebookofshaders.com/glslEditor/glslEditor.css">
<script type="application/javascript" src="https://thebookofshaders.com/glslEditor/glslEditor.js"></script>
</head>
<body>
<h1>wireguy...</h1>
<p>created with GitHub Pages</p>
<canvas class="glslCanvas" data-fragment-url="test1.frag
" width="500" height="500"></canvas>
<canvas class="glslCanvas" data-fragment-url="test1.frag
" width="500" height="500"></canvas>
</body>
</html>