diff options
| author | Jules <jules@asdf.us> | 2015-05-22 12:32:25 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2015-05-22 12:32:25 -0400 |
| commit | 8e8f6ac32d11ca3415294a0c34a6780f1becf420 (patch) | |
| tree | d86c57917a93fde4e7cc2c8a9873d8a6f37dabe3 /index.html | |
| parent | 6037078f595ec80a25dcef213383745b3a0bbd50 (diff) | |
colors
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,8 +79,8 @@ </body> <script type="text/javascript-shader" id="demo_shader"> lex.bg = hue((x+y*y+t/10)/20) - lex.fg = (x+y)%16 - lex.char = (y%2) ? ":" : "%" + lex.fg = colors.white + lex.char = " " lex.opacity = 1 </script> <script src="js/util.js"></script> |
