diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-09 17:41:00 -0400 |
| commit | b4fd7ddd7cf6fb2a68613bc0257a650055360ea7 (patch) | |
| tree | bf4117322c8682fea24e2be169bd901bd1e978c5 /views/controls/light-control.ejs | |
| parent | 50046f0197c5ef3d997dd06e95f3dcd008a654f6 (diff) | |
environment working again
Diffstat (limited to 'views/controls/light-control.ejs')
| -rw-r--r-- | views/controls/light-control.ejs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/views/controls/light-control.ejs b/views/controls/light-control.ejs deleted file mode 100644 index 782c400..0000000 --- a/views/controls/light-control.ejs +++ /dev/null @@ -1,18 +0,0 @@ -<div class="vvbox lightcontrol"> - <div class="slider"> - <input type="range" min="0" max="100" value="0" id="shadow-control" /> - <h4>Outline Hue</h4> - </div> - <div class="slider"> - <input type="range" min="0" max="100" value="100" id="brightness-control" /> - <h4>Wall Hue</h4> - </div> - <div class="slider"> - <input type="range" min="0" max="100" value="0" id="brightness-control" /> - <h4>Brightness</h4> - </div> - <div class="slider"> - <input type="range" min="0" max="100" value="0" id="shadow-control" /> - <h4>Shadow</h4> - </div> -</div>
\ No newline at end of file |
