diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-22 19:50:40 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-22 19:50:40 +0200 |
| commit | 332974cf36e0bc4d5da1e684209b425fd9fd53a0 (patch) | |
| tree | 16e5725a8e02a16f2155d58248a2450061aec138 /index.html | |
| parent | 76109b7a5f2b5ea4b24fa0c6dfbd3df9d1b07226 (diff) | |
| parent | 8e8f6ac32d11ca3415294a0c34a6780f1becf420 (diff) | |
Merge branch 'master' of ghghgh.us:ascii
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,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> |
